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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c133 static char *t_ulon; /* termcap: start underline */ variable
386 (void) putp(t_ulon);
1246 t_ulon = t_uloff = empty_string;
1249 t_ulon = tigetstr("smul");
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 299 milliseconds