Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c99 static void doemit(struct parse *, sop, size_t);
130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
1301 doemit(struct parse *p, sop op, size_t opnd) in doemit() function