Searched refs:CHILD_SIG (Results 1 – 2 of 2) sorted by relevance
146 #define CHILD_SIG(VAL) (VAL & 0377) /* signal value of child proc */ macro297 if ((sig = CHILD_SIG(term_stat)) != 0) in parent()
156 #define CHILD_SIG(VAR) (VAR & 0377) /*Signal value from the termination of child. */ macro