Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h222 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
/freebsd/contrib/lua/src/
H A Dlua.h261 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dlapi.c666 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c606 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function