Searched refs:INSERT (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 369 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 494 INSERT(OPLUS_, pos); in p_ere_exp() 496 INSERT(OQUEST_, pos); in p_ere_exp() 500 INSERT(OPLUS_, pos); in p_ere_exp() 505 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 701 INSERT(OPLUS_, pos); in p_simp_re() 703 INSERT(OQUEST_, pos); in p_simp_re() 1164 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1177 INSERT(OCH_, start); in repeat() [all …]
|