Lines Matching refs:EAT
49 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) macro
217 if (!EAT('|'))
363 if (EAT(',')) {
372 if (!EAT('}')) { /* error heuristics */
425 if (EAT('^')) {
533 if (EAT('*')) { /* implemented as +? */
541 if (EAT(',')) {
608 if (EAT('^'))
610 if (EAT(']'))
612 else if (EAT('-'))
616 if (EAT('-'))
711 if (EAT('-'))