Searched refs:ttytype (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | longname.c | 52 extern char ttytype[]; 53 char *cp = strrchr(ttytype, '|'); 58 return (ttytype);
|
H A D | setupterm.c | 71 term_parm_err[32], ttytype[BUFSIZ], _frst_tblstr[1400]; variable 325 cp = ttytype;
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | curses.ext | 30 extern char ttytype[50], *_unctrl[];
|
H A D | cr_tty.c | 157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1); 158 ttytype[sizeof (ttytype) - 1] = '\0';
|
H A D | curses.c | 34 char ttytype[50]; /* long name of tty */ variable
|
/illumos-gate/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 58 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);
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 95 extern char *Def_term, ttytype[50];
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 753 #define termbuf ttytype 754 extern char ttytype[];
|
Completed in 94 milliseconds