Home
last modified time | relevance | path

Searched refs:luaD_growstack (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h30 { pre; luaD_growstack(L, n, 1); pos; } \
82 LUAI_FUNC int luaD_growstack (lua_State *L, int n, int raiseerror);
H A Dldo.c246 int luaD_growstack (lua_State *L, int n, int raiseerror) { in luaD_growstack() function
H A Dlapi.c126 res = luaD_growstack(L, n, 0); in lua_checkstack()