Searched refs:lua_getglobal (Results 1 – 7 of 7) sorted by relevance
| /minix3/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()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lua.c | 261 lua_getglobal(L, "require"); in dolibrary() 275 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt() 396 lua_getglobal(L, "print"); in l_print() 430 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()
|
| H A D | lbaselib.c | 31 lua_getglobal(L, "tostring"); in luaB_print()
|
| H A D | lua.h | 274 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
|
| H A D | lapi.c | 590 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
|
| /minix3/libexec/httpd/ |
| H A D | lua-bozo.c | 204 lua_getglobal(map->L, "package"); in bozo_add_lua_map()
|