Home | History | Annotate | Download | only in Support

Lines Matching defs:EAT

128 #define	EAT(c)	((SEE(c)) ? (NEXT(), 1) : 0)
280 if (!EAT('|'))
452 if (EAT(',')) {
461 if (!EAT('}')) { /* error heuristics */
509 if (EAT('^')) {
615 if (EAT('*')) { /* implemented as +? */
623 if (EAT(',')) {
691 if (EAT('^'))
693 if (EAT(']'))
695 else if (EAT('-'))
699 if (EAT('-'))
793 if (EAT('-'))