Searched refs:doinsert (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c119 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
155 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1392 - doinsert - insert a sop into the strip
1395 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c144 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
186 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1465 - doinsert - insert a sop into the strip
1466 == static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
1469 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c237 static void doinsert(struct parse *, sop, size_t, sopno);
268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
1494 - doinsert - insert a sop into the strip
1497 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function

Completed in 140 milliseconds