Home
last modified time | relevance | path

Searched refs:event_block_list_blocks_type (Results 1 – 2 of 2) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Devent.cpp149 if (event_block_list_blocks_type(block->event_blocks)) return true; in event_is_blocked()
151 return event_block_list_blocks_type(parser.global_event_blocks); in event_is_blocked()
H A Dparser.h32 inline bool event_block_list_blocks_type(const event_blockage_list_t &ebls) { in event_block_list_blocks_type() function