Searched refs:toklit (Results 1 – 1 of 1) sorted by relevance
225 static int toklit, parno, maxid; variable951 toklit = -1; in lex()952 } else switch (toklit = *pat->loc1++) { in lex()966 toklit = r->cmap[*pat->loc1++]; in lex()968 case '^': case '$': toktype = Literal; toklit = NL; break; in lex()969 default: toktype = Literal; toklit = r->cmap[toklit]; break; in lex()1053 e = newexpr(Literal, toklit, (Expr *)NULL, (Expr *)NULL); in d3()1064 toklit = *tab; in d3()1065 e = newexpr(Literal, toklit, (Expr *)NULL, in d3()