Searched refs:TK_FUNCTION (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.h | 27 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 590 check_match(ls, TK_END, TK_FUNCTION, line); in body() 764 case TK_FUNCTION: { in simpleexp() 1296 case TK_FUNCTION: { in statement() 1302 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.h | 26 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 808 check_match(ls, TK_END, TK_FUNCTION, line); in body() 977 case TK_FUNCTION: { in simpleexp() 1564 case TK_FUNCTION: { /* stat -> funcstat */ in statement() 1570 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()
|