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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c273 case OP_DIGIT:
1170 case OP_DIGIT:
1282 case OP_DIGIT:
H A Dpcre_dfa_exec.c991 case OP_DIGIT:
1160 OP_ANY, OP_ALLANY, OP_DIGIT, OP_NOT_DIGIT, OP_WHITESPACE, OP_NOT_SPACE,
1178 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1209 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1239 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1267 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
1296 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) ||
H A Dpcre_exec.c2364 case OP_DIGIT:
4539 case OP_DIGIT:
4802 case OP_DIGIT:
5232 case OP_DIGIT:
5372 case OP_DIGIT:
5851 case OP_DIGIT:
6105 case OP_DIGIT:
H A Dpcre_compile.c713 rows for them. Note that OP_DIGIT etc. are generated only when PCRE_UCP is
1909 case OP_DIGIT:
2605 case OP_DIGIT:
2976 case OP_DIGIT:
3315 case OP_DIGIT:
3519 /* Note that OP_DIGIT etc. are generated only when PCRE_UCP is *not*
3522 case OP_DIGIT:

Completed in 74 milliseconds