Searched refs:luaD_reallocstack (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ldo.h | 38 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
|
| H A D | ldo.c | 171 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack() function 195 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack() 199 luaD_reallocstack(L, newsize); in luaD_growstack() 223 luaD_reallocstack(L, goodsize); /* shrink it */ in luaD_shrinkstack()
|
| H A D | llimits.h | 298 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldo.h | 49 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
|
| H A D | ldo.c | 177 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack() function 201 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack() 205 luaD_reallocstack(L, newsize); in luaD_growstack() 234 luaD_reallocstack(L, goodsize); in luaD_shrinkstack()
|
| H A D | llimits.h | 315 { int sz_ = (L)->stacksize; pre; luaD_reallocstack((L), sz_); pos; }
|