Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h214 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
/freebsd/contrib/lua/src/
H A Dlua.h253 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlapi.c605 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c575 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function