Lines Matching refs:EOP
88 Literal, Dot, Charclass, EOP, enumerator
555 if (e->type == EOP) in follow()
560 case EOP: in follow()
596 case EOP: in first_lit()
715 if (e->type == EOP) continue; in followstate()
808 case EOP: in epr()
916 r->root = newexpr(EOP, '#', eall(r, pat), (Expr *)NULL); in egprep()
950 toktype = EOP; in lex()
1127 if (toktype == EOP) in d0()
1145 if (toktype != EOP) in eall()
1294 if (root->type != EOP) in re_recw()