Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/dev/dtrace/scripts/
H A Dsignal.d79 inline int SIGWINCH = 28; variable
/xnu-12377.41.6/bsd/sys/
H A Dsignal.h119 #define SIGWINCH 28 /* window size changes */ macro