Searched refs:lua_rawgeti (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/ned/server/src/ |
A D | lua_cap.cc | 71 lua_rawgeti(l, -1, 0); in tostring() 196 lua_rawgeti(l, -1, 0); in index()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loadlib.c | 366 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 635 if (l_unlikely(lua_rawgeti(L, 3, i) == LUA_TNIL)) { /* no more searchers? */ in findloader()
|
A D | lua.h | 255 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 385 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
|
A D | lauxlib.c | 667 if (lua_rawgeti(L, t, freelist) == LUA_TNIL) { /* first access? */ in luaL_ref() 678 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 691 lua_rawgeti(L, t, freelist); in luaL_unref()
|
A D | lua.c | 234 lua_rawgeti(L, -i, i); in pushargs()
|
A D | lapi.c | 738 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
Completed in 14 milliseconds