Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h99 typedef struct termios ttymode; /* Mode to contain tty flags */ typedef
103 typedef int ttymode; /* Mode to contain tty flags */ typedef
113 var ttymode normf; /* Restore tty flags to this (someday) */
116 ttymode ostart(), setty(), unixex();
123 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.c83 void ovend(ttymode);
199 ttymode f; /* was register */ in oop()
278 ovend(ttymode f) in ovend()
303 ttymode f; /* was register */ in vop()
H A Dex_put.c1023 ttymode
1026 ttymode f; in ostart()
1106 ostop(ttymode f) in ostop()
1152 normal(ttymode f) in normal()
1164 ttymode
1166 ttymode f; in setty()
1169 ttymode ot;
H A Dex_subr.c1111 ttymode f;
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c98 char ttymode[] = "ttyX-mode"; in kctl_pcache_create() local
114 ttymode[3] = 'a' + i; in kctl_pcache_create()
116 ttymode); in kctl_pcache_create()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c1126 struct termio *ttymode; in setmode() local
1130 ttymode = (struct termio *)0; in setmode()
1141 ttymode = &oldmode; in setmode()
1160 ttymode = &mode; in setmode()
1166 if (ttymode) { in setmode()
1167 (void) ioctl(FILEDES, TCSETAW, (char *)ttymode); in setmode()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c469 char *ttymode = NULL; in update_cmdline() local
498 if ((ttymode = getenv(mode)) == NULL) in update_cmdline()
530 ttymode = getenv(mode); in update_cmdline()
553 if (ttymode != NULL) { in update_cmdline()
556 asprintf(&propstr, "%s=\"%s\"", mode, ttymode); in update_cmdline()
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.c604 merge_flags(char *src, char *ttymode) in merge_flags() argument
610 flags = strsave(ttymode); in merge_flags()