Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dcgrep.c96 } Exprtype; typedef
101 Exprtype type; /* Type of expression (in grammar) */
224 static Exprtype toktype;
265 static Expr *newexpr(Exprtype t, int lit, Expr *left, Expr *right);
924 newexpr(Exprtype t, int lit, Expr *left, Expr *right) in newexpr()
1094 Exprtype t; in d2()