Searched refs:ttymode (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h94 * some variables in the appropriate format. The wierd looking one (ttymode)
101 typedef struct termios ttymode; /* Mode to contain tty flags */ typedef in typeref:struct:termios
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 */
H A Dex_v.c85 void ovend(ttymode);
201 ttymode f; /* was register */
280 ovend(ttymode f)
305 ttymode f; /* was register */
H A Dex_put.c1024 ttymode
1027 ttymode f;
1107 ostop(ttymode f)
1153 normal(ttymode f)
1165 ttymode
1167 ttymode f;
1170 ttymode ot;
H A Dex_subr.c1104 ttymode f;
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c96 char ttymode[] = "ttyX-mode"; local
112 ttymode[3] = 'a' + i;
114 ttymode);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c274 char *ttymode = NULL; local
290 ttymode = getenv(mode); /* never NULL */
297 * if console is ttyX, add ttymode
303 if (ttymode != NULL) {
305 len += strlen(ttymode);
312 if (ttymode != NULL)
315 cl, os_console, os_console, ttymode);
326 ttymode = getenv(mode); /* never NULL */
333 len += strlen(ttymode);
339 sprintf(tmp, "%s,%s=\"%s\"", cl, mode, ttymode);
[all...]
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c1124 struct termio *ttymode; local
1128 ttymode = (struct termio *)0;
1139 ttymode = &oldmode;
1158 ttymode = &mode;
1164 if (ttymode) {
1165 (void) ioctl(FILEDES, TCSETAW, (char *)ttymode);

Completed in 3146 milliseconds