Searched refs:ExprList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y371 %type selcollist {ExprList*}
373 %type sclp {ExprList*}
486 %type orderby_opt {ExprList*}
488 %type sortlist {ExprList*}
514 %type groupby_opt {ExprList*}
546 %type setlist {ExprList*}
571 %type itemlist {ExprList*}
660 ExprList *pList = sqlite3ExprListAppend(0, Y, 0);
711 ExprList *pList = sqlite3ExprListAppend(0, X, 0);
768 %type case_exprlist {ExprList*}
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c7878 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
10186 ExprList *pGroupBy; /* The group by clause */
10307 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */
10403 struct ExprList { struct
10406 int iECursor; /* VDBE Cursor associated with this ExprList */
10658 ExprList *pEList; /* Optional list of named expressions */
10690 ExprList *pEList; /* The fields of the result */
10696 ExprList *pGroupBy; /* The GROUP BY clause */
10698 ExprList *pOrderB
[all...]

Completed in 314 milliseconds