Searched defs:ExprList_item (Results 1 – 1 of 1) sorted by relevance
19172 struct ExprList_item { /* For each expression in the list */ struct19173 Expr *pExpr; /* The parse tree for this expression */19174 char *zEName; /* Token associated with this expression */19175 struct {19186 } fg;19187 union {19194 } u;