HomeSort by relevance Sort by last modified time
    Searched refs:SOP (Results 1 - 3 of 3) sorted by null

  /bionic/libc/regex/
regex2.h 62 typedef unsigned long sop; /* strip operator */ typedef
69 #define SOP(op, opnd) ((op)|(opnd))
129 sop *strip; /* malloced area for strip */
engine.c 294 sopno ss; /* start sop of current subRE */
295 sopno es; /* end sop of current subRE */
300 sopno ssub; /* start sop of subsubRE */
301 sopno esub; /* end sop of subsubRE */
476 sopno ss; /* start sop of current subRE */
478 sopno ssub; /* start sop of subsubRE */
479 sopno esub; /* end sop of subsubRE */
484 sop s;
587 while (m->g->strip[ss] != SOP(O_BACK, i))
844 sop s
    [all...]
regcomp.c 59 sop *strip; /* malloced strip */
99 static void doemit(struct parse *, sop, size_t);
100 static void doinsert(struct parse *, sop, size_t, sopno);
101 static void dofwd(struct parse *, sopno, sop);
130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]

Completed in 20 milliseconds