OP_NUMBER         195 ext/pcre/pcrelib/pcregrep.c   { OP_NUMBER,    'A',      &after_context,    "after-context=number", "set number of following context lines" },
OP_NUMBER         196 ext/pcre/pcrelib/pcregrep.c   { OP_NUMBER,    'B',      &before_context,   "before-context=number", "set number of prior context lines" },
OP_NUMBER         198 ext/pcre/pcrelib/pcregrep.c   { OP_NUMBER,    'C',      &both_context,     "context=number", "set number of context lines, before & after" },
OP_NUMBER        2008 ext/pcre/pcrelib/pcregrep.c   else if (op->type != OP_NUMBER && op->type != OP_OP_NUMBER)