Home | History | Annotate | Download | only in Support

Lines Matching refs:EAT

120 #define	EAT(c)	((SEE(c)) ? (NEXT(), 1) : 0)
272 if (!EAT('|'))
444 if (EAT(',')) {
453 if (!EAT('}')) { /* error heuristics */
501 if (EAT('^')) {
607 if (EAT('*')) { /* implemented as +? */
615 if (EAT(',')) {
683 if (EAT('^'))
685 if (EAT(']'))
687 else if (EAT('-'))
691 if (EAT('-'))
785 if (EAT('-'))