Searched defs:strip (Results 1 - 2 of 2) sorted by path

/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c112 sop *strip; /* malloced strip */ local
113 sopno ssize; /* malloced strip size (allocated) */
114 sopno slen; /* malloced strip length (used) */
270 p->strip = malloc(p->ssize * sizeof(sop));
272 if (p->strip == NULL) {
684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
685 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1134 sopno start, /* operand from here to end of strip */
1661 (void)memcpy(p->strip
[all...]
H A Dregex2.h94 * The internal representation is a *strip*, a sequence of
112 typedef u_int32_t sop; /* strip operator */
181 sop *strip; /* malloced area for strip */ member in struct:re_guts

Completed in 51 milliseconds