Searched refs:ttytype (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | longname.c | 52 extern char ttytype[]; in longname() 53 char *cp = strrchr(ttytype, '|'); in longname() 58 return (ttytype); in longname()
|
H A D | setupterm.c | 71 term_parm_err[32], ttytype[BUFSIZ], _frst_tblstr[1400]; variable 325 cp = ttytype; in setupterm()
|
H A D | mapfile-vers | 569 ttytype;
|
H A D | curses.ed | 228 extern char ttytype[];
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1); in setterm() 158 ttytype[sizeof (ttytype) - 1] = '\0'; in setterm()
|
H A D | curses.c | 34 char ttytype[50]; /* long name of tty */ variable
|
H A D | curses.ext | 30 extern char ttytype[50], *_unctrl[];
|
H A D | mapfile-vers | 152 ttytype;
|
/titanic_50/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 58 extern char ttytype[]; 535 if ((length = strlen(ttytype)) >= TTYLEN) { in initfirstterm() 540 (void) strncpy(_savettytype, ttytype, in initfirstterm() 546 (void) strcpy(_savettytype, ttytype); in initfirstterm() 550 pr_heading(term, ttytype); in initfirstterm() 629 pr_heading(nterm, ttytype); in check_nth_terminal()
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 95 extern char *Def_term, ttytype[50];
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 753 #define termbuf ttytype 754 extern char ttytype[];
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex.news | 728 The option "ttytype" is now in correct alphabetical order.
|