Home | History | Annotate | Download | only in telnetd

Lines Matching refs:c_oflag

282 		termbuf.c_oflag &= ~OPOST;
286 termbuf.c_oflag |= OPOST;
299 return(!(termbuf.c_oflag&OPOST));
338 return (termbuf.c_oflag & OXTABS);
341 return ((termbuf.c_oflag & TABDLY) == TAB3);
350 termbuf.c_oflag |= OXTABS;
353 termbuf.c_oflag &= ~TABDLY;
354 termbuf.c_oflag |= TAB3;
358 termbuf.c_oflag &= ~OXTABS;
361 termbuf.c_oflag &= ~TABDLY;
362 termbuf.c_oflag |= TAB0;