Searched defs:Expr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h238 typedef struct Expr Expr; typedef in typeref:struct:Expr
652 ** Expr.op is the opcode. The integer parser token codes are reused
658 ** Expr.pRight and Expr.pLeft are subexpressions. Expr.pList is a list
661 ** Expr.token is the operator token for this node. For some expressions
662 ** that have subexpressions, Expr.token can be the complete text that gave
663 ** rise to the Expr. In the latter case, the token is marked as being
667 ** For such expressions, Expr
684 struct Expr { struct
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c100 typedef struct Expr { struct
106 struct Expr *l; /* pointer to Left child (or ccl count) */
107 struct Expr *r; /* pointer to Right child (or ccl mask) */
108 struct Expr *parent; /* pointer to Parent */
109 } Expr; typedef in typeref:struct:Expr
138 Expr *root; /* Pointer to root (EOP) expression */
139 Expr **ptr; /* Pointer to array of ptrs to lit expressions. */
242 void epr(Expr *e, uchar_t *res);
254 static BOOL match(Expr *e, int a);
255 static BOOL first_lit(Positionset *fpos, Expr *
[all...]

Completed in 75 milliseconds