Searched refs:luaD_growstack (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 18 luaD_growstack(L, n); else condmovestack(L); 40 LUAI_FUNC void luaD_growstack (lua_State *L, int n);
|
| H A D | ldo.c | 244 void luaD_growstack (lua_State *L, int n) { in luaD_growstack() function
|
| H A D | lapi.c | 85 luaD_growstack(L, size); in growstack()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 27 { pre; luaD_growstack(L, n, 1); pos; } \ 70 LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror);
|
| H A D | ldo.c | 207 int luaD_growstack (lua_State *L, int n, int raiseerror) { in luaD_growstack() function
|
| H A D | lapi.c | 111 res = luaD_growstack(L, n, 0); in lua_checkstack()
|