Home
last modified time | relevance | path

Searched refs:sop (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c59 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) argument
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in regcomp()
1288 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1301 doemit(struct parse *p, sop op, size_t opnd) in doemit()
[all …]
Dregex2.h62 typedef unsigned long sop; /* strip operator */ typedef
129 sop *strip; /* malloced area for strip */
Dengine.c486 sop s; in backref()
846 sop s; in step()