Home
last modified time | relevance | path

Searched refs:lua_getglobal (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/lutok/dist/
H A Dstate_test.cpp241 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
256 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
269 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
287 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
304 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
315 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
342 lua_getglobal(raw(state), "the_table"); in ATF_TEST_CASE_BODY()
429 lua_getglobal(raw(state), "my_func"); in ATF_TEST_CASE_BODY()
441 lua_getglobal(raw(state), "my_func"); in ATF_TEST_CASE_BODY()
571 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
[all …]
H A Dstate.cpp55 lua_getglobal(state, lua_tostring(state, -1)); in protected_getglobal()
/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c225 lua_getglobal(L, "require"); in dolibrary()
239 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()
463 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt()
583 lua_getglobal(L, "print"); in l_print()
H A Dlua.h284 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dlapi.c676 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/netbsd-src/sys/modules/examples/luareadhappy/
H A Dluareadhappy.c99 lua_getglobal(sc.kL->L, "is_happy"); in check_happy()
/netbsd-src/libexec/httpd/
H A Dlua-bozo.c209 lua_getglobal(map->L, "package"); in bozo_add_lua_map()
/netbsd-src/sys/modules/lua/
H A Dlua.c734 lua_getglobal(K->L, "onClose"); in klua_close()