Searched refs:TK_FUNCTION (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator in enum:RESERVED
H A Dlparser.c804 check_match(ls, TK_END, TK_FUNCTION, line);
973 case TK_FUNCTION: {
1559 case TK_FUNCTION: { /* stat -> funcstat */
1565 if (testnext(ls, TK_FUNCTION)) /* local function? */
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c518 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
1128 case TK_FUNCTION:
2526 case TK_FUNCTION: {
2539 testcase( op==TK_FUNCTION );
3005 case TK_FUNCTION:
H A Dresolve.c513 case TK_FUNCTION: {
1133 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
H A Dwhere.c740 if( pExpr->op!=TK_FUNCTION ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7275 #define TK_FUNCTION 151 macro
9932 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8351 #define TK_FUNCTION 153 macro
11299 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8351 #define TK_FUNCTION 153 macro
11299 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
[all...]

Completed in 1925 milliseconds