Home | History | Annotate | Download | only in regex

Lines Matching defs:pc

847 	sopno pc;
852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
853 s = g->strip[pc];
856 assert(pc == stop-1);
902 pc -= OPND(s) + 1;
903 INIT(here, pc);
919 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
925 OP(s = g->strip[pc+look]) != O_CH;
933 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
934 assert(OP(g->strip[pc+OPND(s)]) == OOR2);