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

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

Completed in 206 milliseconds