Searched refs:lua_getglobal (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/lutok/dist/ |
H A D | state_test.cpp | 241 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 D | state.cpp | 55 lua_getglobal(state, lua_tostring(state, -1)); in protected_getglobal()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lua.c | 225 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 D | lua.h | 284 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
|
H A D | lapi.c | 676 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
|
/netbsd-src/sys/modules/examples/luareadhappy/ |
H A D | luareadhappy.c | 99 lua_getglobal(sc.kL->L, "is_happy"); in check_happy()
|
/netbsd-src/libexec/httpd/ |
H A D | lua-bozo.c | 209 lua_getglobal(map->L, "package"); in bozo_add_lua_map()
|
/netbsd-src/sys/modules/lua/ |
H A D | lua.c | 734 lua_getglobal(K->L, "onClose"); in klua_close()
|