Home
last modified time | relevance | path

Searched defs:event_description_t (Results 1 – 1 of 1) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Devent.h45 struct event_description_t { struct
47 struct job_spec_t {
78 explicit event_description_t(event_type_t t) : type(t) {} in event_description_t() function