Searched defs:EAT (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/regex/
H A Dregcomp.c119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) macro
264 if (!EAT('|'))
408 if (EAT(',')) {
417 if (!EAT('}')) { /* error heuristics */
465 if (EAT('^')) {
571 if (EAT('*')) { /* implemented as +? */
579 if (EAT(',')) {
647 if (EAT('^'))
649 if (EAT(']'))
651 else if (EAT('
[all...]

Completed in 11 milliseconds