Searched refs:lua_gettable (Results 1 – 6 of 6) sorted by relevance
| /minix3/libexec/httpd/ |
| H A D | lua-bozo.c | 60 lua_gettable(L, LUA_REGISTRYINDEX); in lua_flush() 74 lua_gettable(L, LUA_REGISTRYINDEX); in lua_print() 90 lua_gettable(L, LUA_REGISTRYINDEX); in lua_read() 114 lua_gettable(L, LUA_REGISTRYINDEX); in lua_register_handler() 117 lua_gettable(L, LUA_REGISTRYINDEX); in lua_register_handler() 140 lua_gettable(L, LUA_REGISTRYINDEX); in lua_write()
|
| /minix3/external/bsd/lutok/dist/ |
| H A D | state_test.cpp | 227 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY() 273 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY() 292 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY() 788 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY() 1169 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY() 1175 lua_gettable(raw(state), -2); in ATF_TEST_CASE_BODY()
|
| H A D | state.cpp | 72 lua_gettable(state, -2); in protected_gettable() 323 lua_gettable(_pimpl->lua_state, -2); in get_global_table()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lua.h | 275 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
|
| H A D | lstrlib.c | 733 lua_gettable(L, 3); in add_value()
|
| H A D | lapi.c | 603 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
|