Searched refs:sop (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 112 sop *strip; /* malloced strip */ 163 static void doemit(struct parse *p, sop op, sopno opnd); 164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos); 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd) 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 218 (p)->ssize * sizeof(sop)) 269 p->strip = calloc(p->ssize, sizeof(sop)); in regcomp() 1657 (size_t)len * sizeof(sop)); in dupl() 1673 sop op, in doemit() [all …]
|
D | regex2.h | 112 typedef u_int32_t sop; /* strip operator */ typedef 181 sop *strip; /* malloced area for strip */
|
D | engine.c | 579 sop s; in backref() 976 sop s; in step()
|