Home
last modified time | relevance | path

Searched refs:EMIT (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) macro
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
213 EMIT(OEND, 0); in regcomp()
221 EMIT(OEND, 0); in regcomp()
277 EMIT(OOR2, 0); /* offset is very wrong */ in p_ere()
312 EMIT(OLPAREN, subno); in p_ere_exp()
319 EMIT(ORPAREN, subno); in p_ere_exp()
335 EMIT(OBOL, 0); in p_ere_exp()
341 EMIT(OEOL, 0); in p_ere_exp()
357 EMIT(OANY, 0); in p_ere_exp()
[all …]