Searched refs:Dot (Results 1 – 2 of 2) sorted by relevance
85 Literal, Dot, Charclass, EOP, enumerator537 case Dot: return ((BOOL)(a != NL)); in match()589 case Dot: in first_lit()767 case Dot: in epr()948 case '.': toktype = Dot; break; in lex()1051 case Dot: in d3()1052 e = newexpr(Dot, '.', (Expr *)NULL, (Expr *)NULL); in d3()1106 while ((toktype == Literal) || (toktype == Dot) || (toktype == Lpar) || in d1()
491 Dot = 16, enumerator511 ['.' + 1] = Dot | ValidSecond,545 if (!(class & (Dot | Digit | Letter))) in get_one_number()