Home | History | Annotate | Download | only in regex

Lines Matching refs:EAT

119 #define	EAT(c)	((SEE(c)) ? (NEXT(), 1) : 0)
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('-'))
655 if (EAT('-'))
749 if (EAT('-'))