HomeSort by: relevance | last modified time | path
    Searched refs:lua_rawgeti (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/lua/dist/src/
loadlib.c 368 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */
637 if (l_unlikely(lua_rawgeti(L, 3, i) == LUA_TNIL)) { /* no more searchers? */
lua.h 289 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n);
419 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
lauxlib.c 680 if (lua_rawgeti(L, t, freelist) == LUA_TNIL) { /* first access? */
691 lua_rawgeti(L, t, ref); /* remove it from list */
704 lua_rawgeti(L, t, freelist);
lua.c 244 lua_rawgeti(L, -i, i);
lapi.c 754 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { function
  /src/libexec/httpd/
lua-bozo.c 368 lua_rawgeti(map->L, LUA_REGISTRYINDEX, hndlr->ref);

Completed in 26 milliseconds