Home
last modified time | relevance | path

Searched refs:lua_pushboolean (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcorolib.c54 lua_pushboolean(L, 0); in luaB_coresume()
59 lua_pushboolean(L, 1); in luaB_coresume()
133 lua_pushboolean(L, ismain); in luaB_corunning()
H A Dlbaselib.c112 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
162 lua_pushboolean(L, res); in luaB_collectgarbage()
H A Dlbitlib.c54 lua_pushboolean(L, r != 0); in b_test()
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
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c529 (void) lua_pushboolean(state, in zcp_nvpair_value_to_lua()
686 lua_pushboolean(state, B_TRUE); in zcp_exists()
688 lua_pushboolean(state, B_FALSE); in zcp_exists()
H A Dzcp_synctask.c550 lua_pushboolean(state, sync); in zcp_load_synctask_lib()