Searched refs:lua_rawgeti (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | loadlib.c | 368 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 D | lua.h | 289 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 D | lauxlib.c | 680 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 D | lua.c | 244 lua_rawgeti(L, -i, i); in pushargs()
|
H A D | lapi.c | 754 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
/netbsd-src/libexec/httpd/ |
H A D | lua-bozo.c | 368 lua_rawgeti(map->L, LUA_REGISTRYINDEX, hndlr->ref); in bozo_process_lua()
|