Home
last modified time | relevance | path

Searched refs:_ULIBTI (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libcurses/screen/
H A Dprint.c49 #define _ULIBTI "/usr/share/lib/terminfo" macro
51 #define _ULIBTI "/usr/lib/terminfo" macro
167 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term); in pr_heading()
177 if (strncmp(buffer, _ULIBTI, strlen(_ULIBTI)) == 0) { in pr_heading()
183 "found in %s\n", term, _ULIBTI); in pr_heading()
189 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term); in pr_heading()
196 "found in %s or %s\n", term, _ULIBTI, in pr_heading()