Searched refs:lua_geti (Results 1 – 4 of 4) sorted by relevance
45 ta->geti = lua_geti; in checktab()135 : lua_geti; in tmove()
266 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
277 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
625 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function