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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c2034 case OP_STAR:
2183 case OP_STAR:
2328 case OP_STAR:
2678 case OP_STAR:
2807 OP_STAR;
2937 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
2940 c -= (base - OP_STAR);
2949 case OP_STAR:
3682 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
3684 c -= get_repeat_base(c) - OP_STAR;
[all...]
H A Dpcre_dfa_exec.c2314 codevalue -= OP_STARI - OP_STAR;
2363 codevalue -= OP_STARI - OP_STAR;
2408 codevalue -= OP_STARI - OP_STAR;
2410 case OP_STAR:
2449 codevalue -= OP_STARI - OP_STAR;
2488 codevalue -= OP_STARI - OP_STAR;
H A Dpcre_study.c550 case OP_STAR:
1041 case OP_STAR:
H A Dpcre_printint.c474 case OP_STAR:
H A Dpcre_exec.c3366 case OP_STAR:
3378 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI);

Completed in 82 milliseconds