Home | History | Annotate | Download | only in Support

Lines Matching refs:strip

316 		switch (OP(m->g->strip[es])) {
319 es += OPND(m->g->strip[es]);
322 while (OP(m->g->strip[es]) != O_CH)
323 es += OPND(m->g->strip[es]);
329 switch (OP(m->g->strip[ss])) {
429 esub = ss + OPND(m->g->strip[ss]) - 1;
430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
437 assert(OP(m->g->strip[esub]) == OOR2);
439 esub += OPND(m->g->strip[esub]);
440 if (OP(m->g->strip[esub]) == OOR2)
443 assert(OP(m->g->strip[esub]) == O_CH);
460 i = OPND(m->g->strip[ss]);
465 i = OPND(m->g->strip[ss]);
505 switch (OP(s = m->g->strip[ss])) {
561 s = m->g->strip[ss];
565 } while (OP(s = m->g->strip[ss]) != O_CH);
581 s = m->g->strip[ss];
598 while (m->g->strip[ss] != SOP(O_BACK, i))
628 assert(OP(m->g->strip[esub]) == OOR1);
634 if (OP(m->g->strip[esub]) == O_CH)
637 assert(OP(m->g->strip[esub]) == OOR2);
639 esub += OPND(m->g->strip[esub]);
640 if (OP(m->g->strip[esub]) == OOR2)
643 assert(OP(m->g->strip[esub]) == O_CH);
850 sopno start, /* start state within strip */
851 sopno stop, /* state after stop state within strip */
864 s = g->strip[pc];
930 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
936 OP(s = g->strip[pc+look]) != O_CH;
944 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
945 assert(OP(g->strip[pc+OPND(s)]) == OOR2);