Searched refs:lua_getglobal (Results 1 – 4 of 4) sorted by relevance
215 lua_getglobal(L, "require"); in dolibrary()229 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()444 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt()564 lua_getglobal(L, "print"); in l_print()
250 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
660 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
23 lua_getglobal(l, package); in get_cap_cast_table()
Completed in 11 milliseconds