Searched defs:ExprList_item (Results 1 – 1 of 1) sorted by relevance
3025 struct ExprList_item { /* For each expression in the list */ struct3026 Expr *pExpr; /* The parse tree for this expression */3027 char *zEName; /* Token associated with this expression */3028 struct {3039 } fg;3040 union {3047 } u;