Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c313 OP_OP_NUMBER, OP_OP_NUMBERS, OP_PATLIST, OP_FILELIST, OP_BINFILES }; enumerator
398 …{ OP_OP_NUMBER, 'S', &S_arg, "jeffS", "replace matched (sub)string with X"…
3139 if (op->type == OP_OP_NUMBER || op->type == OP_OP_NUMBERS) in main()
3171 (op->type == OP_OP_STRING || op->type == OP_OP_NUMBER || in main()
3271 op->type != OP_OP_NUMBER) in main()