Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:WIFSIGNALED

149 # ifndef WIFSIGNALED
150 # define WIFSIGNALED(x) (WTERMSIG (x) != 0)
168 # ifndef WIFSIGNALED
169 # define WIFSIGNALED(x) (WTERMSIG(x) != 0)
575 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0;
610 exit_sig = WIFSIGNALED