Searched refs:ttytype (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dlongname.c52 extern char ttytype[];
53 char *cp = strrchr(ttytype, '|');
58 return (ttytype);
H A Dmapfile-vers569 ttytype;
H A Dsetupterm.c71 term_parm_err[32], ttytype[BUFSIZ], _frst_tblstr[1400]; variable
325 cp = ttytype;
/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext30 extern char ttytype[50], *_unctrl[];
H A Dcr_tty.c157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1);
158 ttytype[sizeof (ttytype) - 1] = '\0';
H A Dcurses.c34 char ttytype[50]; /* long name of tty */ variable
H A Dmapfile-vers152 ttytype;
/opensolaris-onvv-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c58 extern char ttytype[];
535 if ((length = strlen(ttytype)) >= TTYLEN) {
540 (void) strncpy(_savettytype, ttytype,
546 (void) strcpy(_savettytype, ttytype);
550 pr_heading(term, ttytype);
629 pr_heading(nterm, ttytype);
/opensolaris-onvv-gate/usr/src/ucbhead/
H A Dcurses.h95 extern char *Def_term, ttytype[50];
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c753 #define termbuf ttytype
754 extern char ttytype[];

Completed in 206 milliseconds