Home
last modified time | relevance | path

Searched refs:registry_index (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp56 state.push_value(lutok::registry_index); in get_global_tree()
274 state.push_value(lutok::registry_index); in redirect()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp59 extern const int registry_index;
H A DNEWS17 * New global constants: registry_index.
H A Dstate.cpp215 const int lutok::registry_index = LUA_REGISTRYINDEX; member in lutok
321 lua_pushvalue(_pimpl->lua_state, registry_index); in get_global_table()
H A Dstate_test.cpp1079 ATF_TEST_CASE_WITHOUT_HEAD(registry_index);
1080 ATF_TEST_CASE_BODY(registry_index) in ATF_TEST_CASE_BODY() argument
1083 lua_pushvalue(raw(state), lutok::registry_index); in ATF_TEST_CASE_BODY()
1385 ATF_ADD_TEST_CASE(tcs, registry_index); in ATF_INIT_TEST_CASES()