stat_val 138 src/subshell/common.c # define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) stat_val 142 src/subshell/common.c # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)