Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.h27 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
H A Dlparser.c590 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 Dllex.h26 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
H A Dlparser.c808 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()