Home
last modified time | relevance | path

Searched refs:luaK_ret (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h95 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
H A Dlparser.c764 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()
1854 luaK_ret(fs, first, nret); in retstat()
H A Dlcode.c213 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function