Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlua.c261 lua_getglobal(L, "require"); in dolibrary()
275 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt()
392 lua_getglobal(L, "print"); in l_print()
426 if (lua_getglobal(L, "arg") != LUA_TTABLE) in pushargs()
H A Dlbaselib.c27 lua_getglobal(L, "tostring"); in luaB_print()
H A Dlua.h241 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dlapi.c605 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/freebsd-12.1/stand/common/
H A Dinterp_lua.c153 lua_getglobal(luap, "cli_execute"); in interp_run()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
H A Dlapi.c607 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function