Home
last modified time | relevance | path

Searched defs:SIGTSTP (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/dev/dtrace/scripts/
H A Dsignal.d59 inline int SIGTSTP = 18; variable
/xnu-10002.1.13/bsd/sys/
H A Dsignal.h106 #define SIGTSTP 18 /* stop signal from tty */ macro