Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c134 static char *t_ulon; /* termcap: start underline */ variable
388 (void) putp(t_ulon); in list_print()
1285 t_ulon = t_uloff = empty_string; in ldtermcap()
1288 t_ulon = tigetstr("smul"); in ldtermcap()
1306 if (t_ulon == (char *)-1 || t_uloff == (char *)-1 || in ldtermcap()
1307 t_ulon == NULL || t_uloff == NULL) { in ldtermcap()
1308 t_ulon = t_uloff = empty_string; /* can live without it */ in ldtermcap()