Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.h65 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
H A Dlparser.c361 luaK_ret(fs, 0, 0); /* final return */ in close_func()
1267 luaK_ret(fs, first, nret); in retstat()
H A Dlcode.c69 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.h71 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
H A Dlparser.c557 luaK_ret(fs, 0, 0); /* final return */ in close_func()
1529 luaK_ret(fs, first, nret); in retstat()
H A Dlcode.c67 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function