Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlua.c215 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()
A Dlua.h250 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
A Dlapi.c660 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/l4re-core-master/ned/server/src/
A Dlua_cap.cc23 lua_getglobal(l, package); in get_cap_cast_table()

Completed in 11 milliseconds