Lines Matching refs:sop
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) 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()
1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
1326 sop s; in doinsert()
1350 (HERE()-pos-1)*sizeof(sop)); in doinsert()
1358 dofwd(struct parse *p, sopno pos, sop value) in dofwd()
1374 sop *sp; in enlarge()
1379 sp = (sop *)realloc(p->strip, size*sizeof(sop)); in enlarge()
1395 g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop)); in stripsnug()
1414 sop *scan; in findmust()
1415 sop *start = NULL; /* start initialized in the default case, after that */ in findmust()
1416 sop *newstart = NULL; /* newstart was initialized in the OCHAR case */ in findmust()
1418 sop s; in findmust()
1492 sop *scan; in pluscount()
1493 sop s; in pluscount()