Searched refs:ttymode (Results 1 – 9 of 9) sorted by relevance
99 typedef struct termios ttymode; /* Mode to contain tty flags */ typedef103 typedef int ttymode; /* Mode to contain tty flags */ typedef113 var ttymode normf; /* Restore tty flags to this (someday) */116 ttymode ostart(), setty(), unixex();123 void normal(ttymode);
261 ttymode267 ttymode f;345 ttymode f;374 ttymode f; /* was register */ in vi_filter()
83 void ovend(ttymode);199 ttymode f; /* was register */ in oop()278 ovend(ttymode f) in ovend()303 ttymode f; /* was register */ in vop()
1023 ttymode1026 ttymode f; in ostart()1106 ostop(ttymode f) in ostop()1152 normal(ttymode f) in normal()1164 ttymode1166 ttymode f; in setty()1169 ttymode ot;
1111 ttymode f;
97 char ttymode[] = "ttyX-mode"; in kctl_pcache_create() local113 ttymode[3] = 'a' + i; in kctl_pcache_create()115 ttymode); in kctl_pcache_create()
1126 struct termio *ttymode; in setmode() local1130 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()
469 char *ttymode = NULL; in update_cmdline() local498 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()
604 merge_flags(char *src, char *ttymode) in merge_flags() argument610 flags = strsave(ttymode); in merge_flags()