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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1783 case OP_KET:
2666 case OP_KET:
3180 case OP_KET:
5746 previous[2 + 2*LINK_SIZE] = OP_KET;
6271 *code++ = OP_KET;
6498 *code++ = OP_KET;
6547 *code++ = OP_KET;
7774 while (*tc != OP_KET);
7827 *code++ = OP_KET;
8491 *code = OP_KET;
[all...]
H A Dpcre_study.c158 case OP_KET:
994 case OP_KET:
H A Dpcre_printint.c408 case OP_KET:
H A Dpcre_dfa_exec.c771 case OP_KET:
778 if (codevalue != OP_KET)
H A Dpcre_exec.c916 if (*ecode == OP_KET || eptr == saved_eptr)
1581 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH);
1909 case OP_KET:
2021 if (*ecode == OP_KET || eptr == saved_eptr)

Completed in 80 milliseconds