WIFSTOPPED        21 ext/pty/pty.c  #define WIFSTOPPED(status)    (((status) & 0xff) == 0x7f)
WIFSTOPPED        66 process.c      #define WIFSTOPPED(w)   (((w) & 0xff) == 0x7f)