Home
last modified time | relevance | path

Searched refs:lua_rawgeti (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dloadlib.c368 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm()
637 if (l_unlikely(lua_rawgeti(L, 3, i) == LUA_TNIL)) { /* no more searchers? */ in findloader()
H A Dlua.h289 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable
419 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
H A Dlauxlib.c680 if (lua_rawgeti(L, t, freelist) == LUA_TNIL) { /* first access? */ in luaL_ref()
691 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref()
704 lua_rawgeti(L, t, freelist); in luaL_unref()
H A Dlua.c244 lua_rawgeti(L, -i, i); in pushargs()
H A Dlapi.c754 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
/netbsd-src/libexec/httpd/
H A Dlua-bozo.c368 lua_rawgeti(map->L, LUA_REGISTRYINDEX, hndlr->ref); in bozo_process_lua()