Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dlongname.c50 extern char ttytype[]; in longname()
51 char *cp = strrchr(ttytype, '|'); in longname()
56 return (ttytype); in longname()
H A Dsetupterm.c69 term_parm_err[32], ttytype[BUFSIZ], _frst_tblstr[1400]; variable
323 cp = ttytype; in setupterm()
H A Dmapfile-vers815 ttytype { ASSERT = { TYPE = OBJECT; SIZE = 1024; }; };
H A Dcurses.ed228 extern char ttytype[];
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c155 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1); in setterm()
156 ttytype[sizeof (ttytype) - 1] = '\0'; in setterm()
H A Dcurses.c32 char ttytype[50]; /* long name of tty */ variable
H A Dcurses.ext28 extern char ttytype[50], *_unctrl[];
H A Dmapfile-vers162 ttytype { ASSERT = { TYPE = OBJECT; SIZE = 50; }; };
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c58 extern char ttytype[];
540 if ((length = strlen(ttytype)) >= TTYLEN) { in initfirstterm()
545 (void) strncpy(_savettytype, ttytype, in initfirstterm()
551 (void) strcpy(_savettytype, ttytype); in initfirstterm()
556 pr_heading(term, ttytype); in initfirstterm()
644 pr_heading(nterm, ttytype); in check_nth_terminal()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h93 extern char *Def_term, ttytype[50];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c751 #define termbuf ttytype
752 extern char ttytype[];
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news728 The option "ttytype" is now in correct alphabetical order.