Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c93 } Exprtype; typedef
98 Exprtype type; /* Type of expression (in grammar) */
221 static Exprtype toktype;
262 static Expr *newexpr(Exprtype t, int lit, Expr *left, Expr *right);
919 newexpr(Exprtype t, int lit, Expr *left, Expr *right) in newexpr()
1089 Exprtype t; in d2()