Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtermios.h94 #define VDSUSP 11 /* ISIG together with IEXTEN */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c306 cc[VDSUSP] = ltc->t_dsuspc; in ttsetcompat()
463 ltc->t_dsuspc = cc[VDSUSP]; in ttcompat()
H A Dtty.c2348 if (CCEQ(cc[VDSUSP], c) && in ttread()