| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 53 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 D | lbaselib.c | 110 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal() 160 lua_pushboolean(L, res); in luaB_collectgarbage()
|
| H A D | lapi.c | 574 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 D | lbaselib.c | 164 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 D | loslib.c | 26 lua_pushboolean(L, 1); in os_pushresult() 96 lua_pushboolean(L, value); in setboolfield()
|
| H A D | liolib.c | 33 lua_pushboolean(L, 1); in pushresult() 236 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
| H A D | lua_cmsgpack.c | 669 lua_pushboolean(L,1); in mp_decode_to_lua_type() 673 lua_pushboolean(L,0); in mp_decode_to_lua_type()
|
| H A D | lua.h | 169 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
| H A D | ldblib.c | 42 lua_pushboolean(L, lua_setmetatable(L, 1)); in db_setmetatable()
|
| H A D | lua_cjson.c | 257 lua_pushboolean(l, *setting); in json_enum_option() 1235 lua_pushboolean(l, token->value.boolean); in json_process_value()
|
| H A D | loadlib.c | 489 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
| H A D | lapi.c | 503 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 155 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 D | zcp.c | 533 (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 D | zcp_synctask.c | 537 lua_pushboolean(state, sync); in zcp_load_synctask_lib()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 215 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|