Searched defs:ExprList_item (Results 1 – 1 of 1) sorted by relevance
19110 struct ExprList_item { /* For each expression in the list */ struct19111 Expr *pExpr; /* The parse tree for this expression */19112 char *zEName; /* Token associated with this expression */19113 struct {19124 } fg;19125 union {19132 } u;