Searched refs:_ULIBTI (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | print.c | 47 #define _ULIBTI "/usr/share/lib/terminfo" macro 49 #define _ULIBTI "/usr/lib/terminfo" macro 165 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term); in pr_heading() 175 if (strncmp(buffer, _ULIBTI, strlen(_ULIBTI)) == 0) { in pr_heading() 181 "found in %s\n", term, _ULIBTI); in pr_heading() 187 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term); in pr_heading() 194 "found in %s or %s\n", term, _ULIBTI, in pr_heading()
|