Lines Matching defs:n
113 * -n -- If the new tty driver from UCB is available, this flag
221 * cc -n -O tset.c -ltermlib
230 * cc -n -O -I/usr/include/retrofit tset.c -ltermlib -lretro -lS
315 "[-iC] [-m [ident][test speed]:type] [type]\n"
474 prs("Not a terminal\n");
815 if (termbuf[i - 1] == '\n')
827 prs("Cannot find termcap\n");
834 prs(" unknown\n");
974 prc('\n'); /* newline too */
992 "set noglob;\n", 12);
996 "export TERMCAP TERM;\n", 21);
1017 (void) write(STDOUT, ";\n", 2);
1021 (void) write(STDOUT, ";\n", 2);
1025 (void) write(STDOUT, "\n", 1);
1030 prs("\n");
1044 (void) write(STDOUT, "';\n", 3);
1046 "unset noglob;\n", 14);
1049 (void) write(STDOUT, "';\n", 3);
1177 char n;
1186 n = new;
1188 if (o == n && n == def)
1191 if (o == n)
1196 if (tgetstr("kb", &bufp) > (char *)0 && n == buf[0] && buf[1] == NULL)
1197 prs("Backspace\n");
1198 else if (n == 0177)
1199 prs("Delete\n");
1201 if (n < 040) {
1203 n ^= 0100;
1205 p = "x\n";
1206 p[0] = n;
1282 prs("\n");
1357 for (i = 0; Alias[i]; printf("A:%s\n", Alias[i++]))
1531 printf("spd:%d\n", ospeed);
1583 printf("%s t:%d s:%d %s\n",
1607 prc('\n');