Searched refs:luaK_ret (Results 1 – 3 of 3) sorted by relevance
95 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
764 luaK_ret(fs, luaY_nvarstack(fs), 0); /* final return */ in close_func()1854 luaK_ret(fs, first, nret); in retstat()
213 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function