Searched refs:XSIGTSTP (Results 1 – 2 of 2) sorted by relevance
158 return (XSIGTSTP); in maptonewsig()198 case XSIGTSTP: /* stop signal from tty */ in maptooldsig()242 if (mask & sigmask(XSIGTSTP)) in maptooldmask()288 mask |= sigmask(XSIGTSTP); in maptonewmask()
38 #define XSIGTSTP 24 /* stop signal from tty */ macro