Searched defs:ExprList_item (Results 1 – 1 of 1) sorted by relevance
19590 struct ExprList_item { /* For each expression in the list */ struct19591 Expr *pExpr; /* The parse tree for this expression */19592 char *zEName; /* Token associated with this expression */19593 struct {19604 } fg;19605 union {19612 } u;