Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vi/port/
H A Dex_tty.h101 typedef struct termios ttymode; /* Mode to contain tty flags */ typedef
105 typedef int ttymode; /* Mode to contain tty flags */ typedef
115 var ttymode normf; /* Restore tty flags to this (someday) */
118 ttymode ostart(), setty(), unixex();
125 void normal(ttymode);
H A Dex_unix.c261 ttymode
267 ttymode f;
345 ttymode f;
374 ttymode f; /* was register */ in vi_filter()
H A Dex_v.c85 void ovend(ttymode);
201 ttymode f; /* was register */ in oop()
280 ovend(ttymode f) in ovend()
305 ttymode f; /* was register */ in vop()
H A Dex_put.c1024 ttymode
1027 ttymode f; in ostart()
1107 ostop(ttymode f) in ostop()
1153 normal(ttymode f) in normal()
1165 ttymode
1167 ttymode f; in setty()
1170 ttymode ot;
H A Dex_subr.c1104 ttymode f;
/titanic_50/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c96 char ttymode[] = "ttyX-mode"; in kctl_pcache_create() local
112 ttymode[3] = 'a' + i; in kctl_pcache_create()
114 ttymode); in kctl_pcache_create()
/titanic_50/usr/src/ucbcmd/tset/
H A Dtset.c1124 struct termio *ttymode; in setmode() local
1128 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()