Searched defs:terminfo (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.h0 /* 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);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c49 #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...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c67 * 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...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c71 * 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...]

Completed in 23 milliseconds