Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dtty.h311 void termioschars(struct termios *t);
/xnu-11417.121.6/bsd/dev/i386/
H A Dkm.c112 termioschars(&tp->t_termios); in kmopen()
/xnu-11417.121.6/bsd/dev/arm/
H A Dkm.c89 termioschars(&tp->t_termios); in kmopen()
/xnu-11417.121.6/bsd/kern/
H A Dtty_dev.c276 termioschars(&tp->t_termios); /* Set up default chars */ in ptsopen()
H A Dtty.c1904 termioschars(struct termios *t) in termioschars() function