Searched refs:lua_gettable (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/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()
|
/netbsd-src/libexec/httpd/ |
H A D | lua-bozo.c | 60 lua_gettable(L, LUA_REGISTRYINDEX); in httpd_instance() 117 lua_gettable(L, LUA_REGISTRYINDEX); in lua_register_handler()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lua.h | 285 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
|
H A D | lapi.c | 684 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function
|
H A D | lstrlib.c | 927 lua_gettable(L, 3); in add_value()
|