Searched defs:terminfo (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | terminfo.h | 0 /* terminfo.h - read a terminfo entry from the command line */ 26 typedef struct terminfo struct 34 terminfo; typedef in typeref:struct:terminfo 44 void ti_set_term (const struct terminfo *new); 45 void ti_get_term (struct terminfo *copy);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | print.c | 49 #define _ULIBTI "/usr/share/lib/terminfo" 51 #define _ULIBTI "/usr/lib/terminfo" 141 char tail[4]; /* Used for terminfo pathname suffix */ 142 char *terminfo; /* The value of $TERMINFO */ local 148 terminfo = getenv("TERMINFO"); 161 * If we have it - use it, otherwise use /usr/share/lib/terminfo 164 if (terminfo != NULL) 165 (void) sprintf(buffer, "%s%s%s", terminfo, tail, term); 174 * Open failed. If we were looking in /usr/share/lib/terminfo 179 * We are done. Not in /usr/share/lib/terminfo, [all...] |
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 67 * the terminfo database entries for 'lines' and 'columns'. 75 static char const e_pathmax[] = "\"%s\": terminfo database path too long.\n"; 102 * Return a number from a terminfo file. Numbers in a terminfo 118 * Read the compiled terminfo entry in the given file into the 134 /* Get compiled terminfo file header. */ 245 * Reads in the terminfo database pointed to by $TERMINFO env. var. 254 * not be found, and -1 means the terminfo database could not be 258 * On success, cur_term set to a terminfo structure and OK returned. 407 char const *err_msg, *terminfo; local [all...] |
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | tidbit.c | 243 register char *terminfo; local 259 if ((terminfo = getenv("TERMINFO")) && *terminfo) 260 tfd = open_terminfo_file(terminfo, term); 432 char *terminfo, 436 open_terminfo_file(terminfo, term) 437 char *terminfo, 447 path = makepath(terminfo, first_letter, term, (char *)0); 431 open_terminfo_file( char *terminfo, char *term ) argument
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 71 * the terminfo database entries for 'lines' and 'columns'. 82 "\"%s\": terminfo database path too long.\n"; 119 * Return a number from a terminfo file. Numbers in a terminfo 134 * MKS Header format for terminfo database files. 163 * Read the compiled terminfo entry in the given file into the 176 /* Get compiled terminfo file header. */ 280 * Reads in the terminfo database pointed to by $TERMINFO env. var. 289 * not be found, and -1 means the terminfo database could not be 293 * On success, cur_term set to a terminfo structur 429 const char *err_msg, *terminfo; local [all...] |
/illumos-gate/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 35 infocmp - compare terminfo descriptions, or dump a terminfo 76 char *infoname; /* the terminfo capability name */ 303 Sort the entries by their terminfo name. 902 static char *terminfo = &_terminfo[0]; local 912 terminfo = (char *) malloc(termsize * sizeof (char)); 914 if (terminfo == (char *) NULL) 916 (void) sprintf(terminfo, "TERMINFO=%s", termNinfo); 917 newenviron[0] = terminfo; 994 (void) fprintf(stderr, "\t-I\tprint terminfo " [all...] |
Completed in 77 milliseconds