Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Devent.h42 extern const wchar_t *const event_filter_names[];
H A Dbuiltin_functions.cpp195 for (size_t i = 0; event_filter_names[i]; i++) { in type_filter_valid()
196 if (filter == event_filter_names[i]) return true; in type_filter_valid()
H A Devent.cpp395 const wchar_t *const event_filter_names[] = {L"signal", L"variable", L"exit", variable