Searched refs:TK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | llex.h | 25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 807 check_match(ls, TK_END, TK_FUNCTION, line); in body() 976 case TK_FUNCTION: { in simpleexp() 1563 case TK_FUNCTION: { /* stat -> funcstat */ in statement() 1569 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | llex.h | 35 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 1006 check_match(ls, TK_END, TK_FUNCTION, line); in body() 1181 case TK_FUNCTION: { in simpleexp() 1875 case TK_FUNCTION: { /* stat -> funcstat */ in statement() 1881 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 33264 case TK_FUNCTION: { in sqlite3TreeViewExpr() 107841 case TK_FUNCTION: { 109138 case TK_FUNCTION: { 111465 case TK_FUNCTION: 113903 case TK_FUNCTION: { 115352 case TK_FUNCTION: 143312 if( p->op==TK_FUNCTION ){ 143349 if( p->op==TK_FUNCTION ){ 160599 if( pExpr->op==TK_FUNCTION ){ 168136 if( pExpr->op!=TK_FUNCTION ){ [all …]
|