Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlua.h222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
HDlapi.c607 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function
/freebsd-11-stable/contrib/lua/src/
HDlua.h241 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
HDlapi.c605 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function