Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h223 LUA_API void (lua_getglobal) (lua_State *L, const char *var); variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h250 LUA_API int (lua_getglobal) (lua_State *L, const char *name); variable
H A Dlapi.c632 LUA_API int lua_getglobal (lua_State *L, const char *name) { in lua_getglobal() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c605 LUA_API void lua_getglobal (lua_State *L, const char *var) { in lua_getglobal() function