Lines Matching refs:strip
311 switch (OP(m->g->strip[es])) {
314 es += OPND(m->g->strip[es]);
317 while (OP(m->g->strip[es]) != O_CH)
318 es += OPND(m->g->strip[es]);
324 switch (OP(m->g->strip[ss])) {
422 esub = ss + OPND(m->g->strip[ss]) - 1;
423 assert(OP(m->g->strip[esub]) == OOR1);
428 assert(OP(m->g->strip[esub]) == OOR1);
430 assert(OP(m->g->strip[esub]) == OOR2);
432 esub += OPND(m->g->strip[esub]);
433 if (OP(m->g->strip[esub]) == OOR2)
436 assert(OP(m->g->strip[esub]) == O_CH);
451 i = OPND(m->g->strip[ss]);
456 i = OPND(m->g->strip[ss]);
496 switch (OP(s = m->g->strip[ss])) {
552 s = m->g->strip[ss];
556 } while (OP(s = m->g->strip[ss]) != O_CH);
572 s = m->g->strip[ss];
589 while (m->g->strip[ss] != SOP(O_BACK, i))
619 assert(OP(m->g->strip[esub]) == OOR1);
625 if (OP(m->g->strip[esub]) == O_CH)
628 assert(OP(m->g->strip[esub]) == OOR2);
630 esub += OPND(m->g->strip[esub]);
631 if (OP(m->g->strip[esub]) == OOR2)
634 assert(OP(m->g->strip[esub]) == O_CH);
839 sopno start, /* start state within strip */
840 sopno stop, /* state after stop state within strip */
853 s = g->strip[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);