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

/freebsd-9.3-release/contrib/tcsh/
H A Dmi.wait.h24 #define __HIGH(v) (((v) >> 8) & 0377) macro
30 #define WEXITSTATUS(s) (__HIGH(s)) /* exit status */
34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */

Completed in 116 milliseconds