Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c301 __IGNORE_WCASTALIGN(struct ltchars *ltc = (struct ltchars *)data); in ttsetcompat()
305 cc[VSUSP] = ltc->t_suspc; in ttsetcompat()
306 cc[VDSUSP] = ltc->t_dsuspc; in ttsetcompat()
307 cc[VREPRINT] = ltc->t_rprntc; in ttsetcompat()
308 cc[VDISCARD] = ltc->t_flushc; in ttsetcompat()
309 cc[VWERASE] = ltc->t_werasc; in ttsetcompat()
310 cc[VLNEXT] = ltc->t_lnextc; in ttsetcompat()
459 struct ltchars *ltc = (struct ltchars *)data; in ttcompat() local
462 ltc->t_suspc = cc[VSUSP]; in ttcompat()
463 ltc->t_dsuspc = cc[VDSUSP]; in ttcompat()
[all …]