Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c53 lua_pushboolean(L, 0); in luaB_coresume()
58 lua_pushboolean(L, 1); in luaB_coresume()
132 lua_pushboolean(L, ismain); in luaB_corunning()
H A Dlbaselib.c110 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
160 lua_pushboolean(L, res); in luaB_collectgarbage()
H A Dlapi.c574 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
1321 EXPORT_SYMBOL(lua_pushboolean);
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c164 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
208 lua_pushboolean(L, res); in luaB_collectgarbage()
378 lua_pushboolean(L, (status == 0)); in luaB_pcall()
390 lua_pushboolean(L, (status == 0)); in luaB_xpcall()
429 lua_pushboolean(L, 1); in luaB_newproxy()
549 lua_pushboolean(L, 0); in luaB_coresume()
554 lua_pushboolean(L, 1); in luaB_coresume()
H A Dloslib.c26 lua_pushboolean(L, 1); in os_pushresult()
96 lua_pushboolean(L, value); in setboolfield()
H A Dliolib.c33 lua_pushboolean(L, 1); in pushresult()
236 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
H A Dlua_cmsgpack.c669 lua_pushboolean(L,1); in mp_decode_to_lua_type()
673 lua_pushboolean(L,0); in mp_decode_to_lua_type()
H A Dlua.h169 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dldblib.c42 lua_pushboolean(L, lua_setmetatable(L, 1)); in db_setmetatable()
H A Dlua_cjson.c257 lua_pushboolean(l, *setting); in json_enum_option()
1235 lua_pushboolean(l, token->value.boolean); in json_process_value()
H A Dloadlib.c489 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
H A Dlapi.c503 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c155 lua_pushboolean(lua,0); in redisProtocolToLuaType_Bulk()
191 lua_pushboolean(lua,0); in redisProtocolToLuaType_MultiBulk()
723 lua_pushboolean(lua,0); in luaRedisReplicateCommandsCommand()
730 lua_pushboolean(lua,1); in luaRedisReplicateCommandsCommand()
743 lua_pushboolean(lua,1); in luaRedisBreakpointCommand()
745 lua_pushboolean(lua,0); in luaRedisBreakpointCommand()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c533 (void) lua_pushboolean(state, in zcp_nvpair_value_to_lua()
690 lua_pushboolean(state, B_TRUE); in zcp_exists()
692 lua_pushboolean(state, B_FALSE); in zcp_exists()
H A Dzcp_synctask.c537 lua_pushboolean(state, sync); in zcp_load_synctask_lib()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h215 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable