Searched refs:luaK_ret (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.h | 65 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
|
| H A D | lparser.c | 361 luaK_ret(fs, 0, 0); /* final return */ in close_func() 1267 luaK_ret(fs, first, nret); in retstat()
|
| H A D | lcode.c | 69 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.h | 71 LUAI_FUNC void luaK_ret (FuncState *fs, int first, int nret);
|
| H A D | lparser.c | 557 luaK_ret(fs, 0, 0); /* final return */ in close_func() 1529 luaK_ret(fs, first, nret); in retstat()
|
| H A D | lcode.c | 67 void luaK_ret (FuncState *fs, int first, int nret) { in luaK_ret() function
|