Searched defs:SIGTSTP (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Djobs.h67 # undef SIGTSTP macro
169 #ifdef SIGTSTP
171 #endif /* SIGTSTP */
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c49 #undef SIGTSTP macro
910 #ifdef SIGTSTP
911 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN);
1014 #ifdef SIGTSTP
1015 signal(SIGTSTP, oldsig);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c54 #undef SIGTSTP macro
1054 #ifdef SIGTSTP
1055 int (*oldsig)(int) = signal(SIGTSTP, SIG_IGN);
1144 #ifdef SIGTSTP
1145 signal(SIGTSTP, oldsig);

Completed in 26 milliseconds