Home
last modified time | relevance | path

Searched refs:ttytype (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dlongname.c52 extern char ttytype[]; in longname()
53 char *cp = strrchr(ttytype, '|'); in longname()
58 return (ttytype); in longname()
H A Dsetupterm.c71 term_parm_err[32], ttytype[BUFSIZ], _frst_tblstr[1400]; variable
325 cp = ttytype; in setupterm()
H A Dmapfile-vers569 ttytype;
H A Dcurses.ed228 extern char ttytype[];
/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_tty.c157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1); in setterm()
158 ttytype[sizeof (ttytype) - 1] = '\0'; in setterm()
H A Dcurses.c34 char ttytype[50]; /* long name of tty */ variable
H A Dcurses.ext30 extern char ttytype[50], *_unctrl[];
H A Dmapfile-vers152 ttytype;
/titanic_50/usr/src/cmd/infocmp/
H A Dinfocmp.c58 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 Dcurses.h95 extern char *Def_term, ttytype[50];
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c753 #define termbuf ttytype
754 extern char ttytype[];
/titanic_50/usr/src/cmd/vi/port/
H A Dex.news728 The option "ttytype" is now in correct alphabetical order.