HomeSort by: relevance | last modified time | path
    Searched refs:SOP (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/regex/
regex2.h 79 typedef uint32_t sop; /* strip operator */ typedef in typeref:typename:uint32_t
86 #define SOP(op, opnd) ((op)|(opnd))
178 sop *strip; /* malloced area for strip */
engine.c 440 sopno ss; /* start sop of current subRE */
441 sopno es; /* end sop of current subRE */
446 sopno ssub; /* start sop of subsubRE */
447 sopno esub; /* end sop of subsubRE */
651 sopno ss; /* start sop of current subRE */
653 sopno ssub; /* start sop of subsubRE */
654 sopno esub; /* end sop of subsubRE */
659 sop s;
796 while (m->g->strip[ss] != SOP(O_BACK, i))
1044 sop s
    [all...]
regcomp.c 110 sop *strip; /* malloced strip */
171 static void doemit(struct parse *p, sop op, size_t opnd);
172 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
173 static void dofwd(struct parse *p, sopno pos, sop value);
177 static int altoffset(sop *scan, int offset);
217 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
1866 == static void doemit(struct parse *p, sop op, size_t opnd);
1873 doemit(struct parse *p, sop op, size_t opnd)
1890 p->strip[p->slen++] = (sopno)SOP(op, opnd)
    [all...]

Completed in 12 milliseconds