Searched refs:signal_object_p (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dtrap.h52 #define signal_object_p(x,f) (decode_signal (x,f) != NO_SIG) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dtrap.c88 first_signal = first_arg && *first_arg && all_digits (first_arg) && signal_object_p (first_arg, opt);
101 signal_object_p (first_arg, opt) && list->next == 0)

Completed in 190 milliseconds