Searched refs:WIFSIGNALED (Results 1 – 4 of 4) sorted by relevance
46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro
48 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro
49 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro