Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Devent.cpp399 static bool filter_matches_event(const wcstring &filter, event_type_t type) { in filter_matches_event() function
449 if (!filter_matches_event(type_filter, evt->desc.type)) { in event_print()