Searched refs:lua_getglobal (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/lutok/ |
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() 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 D | state.cpp | 55 lua_getglobal(state, lua_tostring(state, -1)); in protected_getglobal()
|
/freebsd/contrib/lua/src/ |
H A D | lua.c | 223 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 D | lua.h | 261 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
|
H A D | ltests.c | 125 lua_getglobal(L, "_WARN"); in warnf() 1465 lua_getglobal(L1, getstring); in runC()
|
H A D | lapi.c | 666 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 D | Lua.cpp | 21 lua_getglobal(L, "io"); in lldb_print() 165 lua_getglobal(m_lua_state, "io"); in ChangeIO()
|
/freebsd/stand/common/ |
H A D | interp_lua.c | 184 lua_getglobal(luap, "cli_execute"); in interp_run()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 606 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
|