Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dprompt.h62 struct termios comtio; /* Command level tty mode */ member
H A Dprompt.c444 p->comtio = newtio; in prompt_TtyInit()
480 tcsetattr(p->fd_in, TCSADRAIN, &p->comtio); in prompt_TtyTermMode()