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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c134 static char *t_uloff; /* termcap: end underline */ variable
436 (void) putp(t_uloff);
1246 t_ulon = t_uloff = empty_string;
1250 t_uloff = tigetstr("rmul");
1267 if (t_ulon == (char *)-1 || t_uloff == (char *)-1 ||
1268 t_ulon == NULL || t_uloff == NULL) {
1269 t_ulon = t_uloff = empty_string; /* can live without it */

Completed in 48 milliseconds