Searched refs:XSIGSTOP (Results 1 – 2 of 2) sorted by relevance
156 return (XSIGSTOP); in maptonewsig()196 case XSIGSTOP: /* sendable stop signal not from tty */ in maptooldsig()240 if (mask & sigmask(XSIGSTOP)) in maptooldmask()286 mask |= sigmask(XSIGSTOP); in maptonewmask()
37 #define XSIGSTOP 23 /* sendable stop signal not from tty */ macro