Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
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()
286 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
297 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
324 lua_getglobal(raw(state), "the_table"); in ATF_TEST_CASE_BODY()
397 lua_getglobal(raw(state), "my_func"); in ATF_TEST_CASE_BODY()
489 lua_getglobal(raw(state), "t"); in ATF_TEST_CASE_BODY()
528 lua_getglobal(raw(state), "in_the_file"); in ATF_TEST_CASE_BODY()
603 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()
/freebsd/contrib/lua/src/
H A Dlua.c223 lua_getglobal(L, "require"); in dolibrary()
237 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()
461 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt()
581 lua_getglobal(L, "print"); in l_print()
H A Dlua.h261 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dltests.c125 lua_getglobal(L, "_WARN"); in warnf()
1465 lua_getglobal(L1, getstring); in runC()
H A Dlapi.c666 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp21 lua_getglobal(L, "io"); in lldb_print()
165 lua_getglobal(m_lua_state, "io"); in ChangeIO()
/freebsd/stand/common/
H A Dinterp_lua.c184 lua_getglobal(luap, "cli_execute"); in interp_run()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c606 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function