Home
last modified time | relevance | path

Searched refs:toklit (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c222 static int toklit, parno, maxid; variable
946 toklit = -1; in lex()
947 } else switch (toklit = *pat->loc1++) { in lex()
961 toklit = r->cmap[*pat->loc1++]; in lex()
964 case '^': case '$': toktype = Literal; toklit = NL; break; in lex()
965 default: toktype = Literal; toklit = r->cmap[toklit]; break; in lex()
1048 e = newexpr(Literal, toklit, (Expr *)NULL, (Expr *)NULL); in d3()
1059 toklit = *tab; in d3()
1060 e = newexpr(Literal, toklit, (Expr *)NULL, in d3()