Searched refs:EMIT (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 152 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro 155 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 249 EMIT(OEND, 0); in regcomp() 257 EMIT(OEND, 0); in regcomp() 326 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 362 EMIT(OLPAREN, subno); in p_ere_exp() 369 EMIT(ORPAREN, subno); in p_ere_exp() 385 EMIT(OBOL, 0); in p_ere_exp() 391 EMIT(OEOL, 0); in p_ere_exp() 407 EMIT(OANY, 0); in p_ere_exp() [all …]
|