Searched refs:OP_OP_NUMBER (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c293 OP_OP_NUMBER, OP_OP_NUMBERS, OP_PATLIST, OP_FILELIST, OP_BINFILES }; enumerator in enum:__anon28498
387 { OP_OP_NUMBER, 'S', &S_arg, "jeffS", "replace matched (sub)string with X" },
2785 /* Check for a single-character option that has data: OP_OP_NUMBER(S)
2790 if (op->type == OP_OP_NUMBER || op->type == OP_OP_NUMBERS)
2816 /* If the option type is OP_OP_STRING or OP_OP_NUMBER(S), it's an option that
2822 (op->type == OP_OP_STRING || op->type == OP_OP_NUMBER ||
2922 op->type != OP_OP_NUMBER)

Completed in 154 milliseconds