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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c514 case OP_MINUPTO:
521 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?");
H A Dpcre_study.c541 case OP_MINUPTO:
1062 case OP_MINUPTO:
H A Dpcre_compile.c1986 case OP_MINUPTO:
2175 case OP_MINUPTO:
2320 case OP_MINUPTO:
2716 case OP_MINUPTO:
2942 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
3685 end = (c <= OP_MINUPTO) ?
3722 case OP_MINUPTO:
3723 *code += OP_POSUPTO - OP_MINUPTO;
3837 case OP_MINUPTO:
H A Dpcre_dfa_exec.c2491 case OP_MINUPTO:
H A Dpcre_exec.c3334 case OP_MINUPTO:
3338 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI;

Completed in 81 milliseconds