Home
last modified time | relevance | path

Searched refs:XSIGTSTP (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c158 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()
H A Dsignalmap.h38 #define XSIGTSTP 24 /* stop signal from tty */ macro