Searched refs:OP_OP_NUMBERS (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
367 { OP_OP_NUMBERS, 'o', &only_matching_data, "only-matching=n", "show only the part of the line that matched" },
2790 if (op->type == OP_OP_NUMBER || op->type == OP_OP_NUMBERS)
2823 op->type == OP_OP_NUMBERS))
2857 /* If the option type is OP_OP_NUMBERS, the value is a number that is to be
2860 if (op->type == OP_OP_NUMBERS)

Completed in 54 milliseconds