Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h214 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlapi.c576 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function