Home
last modified time | relevance | path

Searched refs:TK_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lua/src/
Dllex.h25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
Dlparser.c804 check_match(ls, TK_END, TK_FUNCTION, line); in body()
973 case TK_FUNCTION: { in simpleexp()
1559 case TK_FUNCTION: { /* stat -> funcstat */ in statement()
1565 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
/external/skia/third_party/lua/src/
Dllex.h25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
Dlparser.c804 check_match(ls, TK_END, TK_FUNCTION, line); in body()
973 case TK_FUNCTION: { in simpleexp()
1559 case TK_FUNCTION: { /* stat -> funcstat */ in statement()
1565 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
/external/sqlite/dist/orig/
Dsqlite3.c11580 #define TK_FUNCTION 151 macro
26503 case TK_FUNCTION: {
70976 else if( op==TK_FUNCTION && pCtx!=0 ){
89839 case TK_FUNCTION: {
90850 assert( pExpr->op==TK_FUNCTION );
91659 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
92474 case TK_FUNCTION:
94355 case TK_FUNCTION: {
95370 if( pA->op==TK_FUNCTION ){
107007 if( pExpr->op!=TK_FUNCTION
[all …]
/external/sqlite/dist/
Dsqlite3.c11580 #define TK_FUNCTION 151 macro
26503 case TK_FUNCTION: {
70976 else if( op==TK_FUNCTION && pCtx!=0 ){
89839 case TK_FUNCTION: {
90850 assert( pExpr->op==TK_FUNCTION );
91659 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
92474 case TK_FUNCTION:
94355 case TK_FUNCTION: {
95370 if( pA->op==TK_FUNCTION ){
107007 if( pExpr->op!=TK_FUNCTION
[all …]