Home
last modified time | relevance | path

Searched refs:lua_gettable (Results 1 – 6 of 6) sorted by relevance

/minix3/libexec/httpd/
H A Dlua-bozo.c60 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 Dstate_test.cpp227 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 Dstate.cpp72 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 Dlua.h275 LUA_API int (lua_gettable) (lua_State *L, int idx); variable
H A Dlstrlib.c733 lua_gettable(L, 3); in add_value()
H A Dlapi.c603 LUA_API int lua_gettable (lua_State *L, int idx) { in lua_gettable() function