Searched refs:EMIT (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd) macro 202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) 303 EMIT(OEND, 0); in regcomp() 311 EMIT(OEND, 0); in regcomp() 378 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere() 418 EMIT(OLPAREN, subno); in p_ere_exp() 425 EMIT(ORPAREN, subno); in p_ere_exp() 441 EMIT(OBOL, 0); in p_ere_exp() 447 EMIT(OEOL, 0); in p_ere_exp() 463 EMIT(OANY, 0); in p_ere_exp() [all …]
|