Home | History | Annotate | Download | only in regex

Lines Matching refs:OPND

1301 doemit(struct parse *p, sop op, size_t opnd)
1308 assert(opnd < 1<<OPSHIFT);
1316 p->strip[p->slen++] = SOP(op, opnd);
1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos)
1334 EMIT(op, opnd); /* do checks, ensure space */
1445 scan += OPND(s);
1480 *cp++ = (char)OPND(s);