Searched refs:newexpr (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 265 static Expr *newexpr(Exprtype t, int lit, Expr *left, Expr *right); 916 r->root = newexpr(EOP, '#', eall(r, pat), (Expr *)NULL); in egprep() 924 newexpr(Exprtype t, int lit, Expr *left, Expr *right) in newexpr() function 1053 e = newexpr(Literal, toklit, (Expr *)NULL, (Expr *)NULL); in d3() 1057 e = newexpr(Dot, '.', (Expr *)NULL, (Expr *)NULL); in d3() 1065 e = newexpr(Literal, toklit, (Expr *)NULL, in d3() 1068 e = newexpr(Charclass, '[', (Expr *)NULL, (Expr *)NULL); in d3() 1100 e = newexpr(t, 0, e, (Expr *)NULL); in d2() 1114 e = newexpr(Cat, 0, e, f); in d1() 1130 e = newexpr(Alternate, 0, e, f); in d0()
|