Searched refs:ttymode (Results 1 – 7 of 7) sorted by relevance
101 typedef struct termios ttymode; /* Mode to contain tty flags */ typedef105 typedef int ttymode; /* Mode to contain tty flags */ typedef115 var ttymode normf; /* Restore tty flags to this (someday) */118 ttymode ostart(), setty(), unixex();125 void normal(ttymode);
261 ttymode267 ttymode f;345 ttymode f;374 ttymode f; /* was register */ in vi_filter()
85 void ovend(ttymode);201 ttymode f; /* was register */ in oop()280 ovend(ttymode f) in ovend()305 ttymode f; /* was register */ in vop()
1024 ttymode1027 ttymode f; in ostart()1107 ostop(ttymode f) in ostop()1153 normal(ttymode f) in normal()1165 ttymode1167 ttymode f; in setty()1170 ttymode ot;
1104 ttymode f;
96 char ttymode[] = "ttyX-mode"; in kctl_pcache_create() local112 ttymode[3] = 'a' + i; in kctl_pcache_create()114 ttymode); in kctl_pcache_create()
1124 struct termio *ttymode; in setmode() local1128 ttymode = (struct termio *)0; in setmode()1139 ttymode = &oldmode; in setmode()1158 ttymode = &mode; in setmode()1164 if (ttymode) { in setmode()1165 (void) ioctl(FILEDES, TCSETAW, (char *)ttymode); in setmode()