Searched refs:lua_getglobal (Results 1 – 4 of 4) sorted by relevance
226 lua_getglobal(L, "require"); in dolibrary()237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt()312 lua_getglobal(L, "print"); in dotty()
26 lua_getglobal(L, "tostring"); in luaB_print()
608 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable