Searched refs:lua_rawgeti (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | ltablib.c | 53 if (ta->geti == NULL) ta->geti = lua_rawgeti; in checktab() 134 ? (luaL_checktype(L, 1, LUA_TTABLE), lua_rawgeti) in tmove()
|
| H A D | lua.h | 279 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 397 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
|
| H A D | loadlib.c | 311 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 541 if (lua_rawgeti(L, 3, i) == LUA_TNIL) { /* no more searchers? */ in findloader()
|
| H A D | lauxlib.c | 552 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref() 556 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 569 lua_rawgeti(L, t, freelist); in luaL_unref()
|
| H A D | lbaselib.c | 256 return (lua_rawgeti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux_raw()
|
| H A D | lua.c | 435 lua_rawgeti(L, -i, i); in pushargs()
|
| H A D | lapi.c | 648 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
| /minix3/libexec/httpd/ |
| H A D | lua-bozo.c | 363 lua_rawgeti(map->L, LUA_REGISTRYINDEX, hndlr->ref); in bozo_process_lua()
|