Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Devent.cpp128 case event_type_t::caller_exit: { in handler_matches()
180 case event_type_t::caller_exit: { in event_get_desc()
387 case event_type_t::caller_exit: in event_name_for_type()
412 case event_type_t::caller_exit: in filter_matches_event()
436 case event_type_t::caller_exit: in event_print()
466 case event_type_t::caller_exit: in event_print()
541 event_t event_t::caller_exit(uint64_t caller_id, int job_id) { in caller_exit() function in event_t
542 event_t evt{event_type_t::caller_exit}; in caller_exit()
H A Devent.h35 caller_exit, enumerator
119 static event_t caller_exit(uint64_t internal_job_id, int job_id);
H A Dbuiltin_function.cpp125 e.type = event_type_t::caller_exit; in parse_cmd_opts()
H A Dfunction.cpp396 case event_type_t::caller_exit: { in functions_def()
H A Dproc.cpp684 exit_events.push_back(event_t::caller_exit(j->internal_job_id, j->job_id())); in process_clean_after_marking()