Searched refs:checkstack (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | ldblib.c | 35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() function 154 checkstack(L, L1, 3); in db_getinfo() 217 checkstack(L, L1, 1); in db_getlocal() 244 checkstack(L, L1, 1); in db_setlocal() 377 checkstack(L, L1, 1); in db_sethook() 400 checkstack(L, L1, 1); in db_gethook()
|