Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h35 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
Dlparser.c996 check_match(ls, TK_END, TK_FUNCTION, line); in body()
1171 case TK_FUNCTION: { in simpleexp()
1904 case TK_FUNCTION: { /* stat -> funcstat */ in statement()
1910 if (testnext(ls, TK_FUNCTION)) /* local function? */ in statement()