Searched refs:INSERT (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 153 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 317 INSERT(OCH_, conc); /* offset is wrong */ in p_ere() 438 INSERT(OPLUS_, pos); in p_ere_exp() 440 INSERT(OQUEST_, pos); in p_ere_exp() 444 INSERT(OPLUS_, pos); in p_ere_exp() 449 INSERT(OCH_, pos); /* offset slightly wrong */ in p_ere_exp() 627 INSERT(OPLUS_, pos); in p_simp_re() 629 INSERT(OQUEST_, pos); in p_simp_re() 1096 INSERT(OCH_, start); /* offset is wrong... */ in repeat() 1109 INSERT(OCH_, start); in repeat() [all …]
|