Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h235 typedef struct Expr Expr; typedef
681 struct Expr { struct
686 Expr *pLeft, *pRight; /* Left and right subnodes */ argument
687 ExprList *pList; /* A list of expressions used as function arguments argument
700 ** The following are the meanings of bits in the Expr.flags field. argument
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c97 typedef struct Expr { struct
98 Exprtype type; /* Type of expression (in grammar) */ argument
103 struct Expr *l; /* pointer to Left child (or ccl count) */ argument
104 struct Expr *r; /* pointer to Right child (or ccl mask) */ argument
105 struct Expr *parent; /* pointer to Parent */ argument
106 } Expr; typedef