Home
last modified time | relevance | path

Searched refs:VSUSP (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtermios.h92 #define VSUSP 10 /* ISIG */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_compat.c305 cc[VSUSP] = ltc->t_suspc; in ttsetcompat()
462 ltc->t_suspc = cc[VSUSP]; in ttcompat()
H A Dtty.c577 if (CCEQ(cc[VSUSP], c)) { in ttyinput()