Searched refs:t_uloff (Results 1 – 1 of 1) sorted by relevance
134 static char *t_uloff; /* termcap: end underline */ variable436 (void) putp(t_uloff); in list_print()1246 t_ulon = t_uloff = empty_string; in ldtermcap()1250 t_uloff = tigetstr("rmul"); in ldtermcap()1267 if (t_ulon == (char *)-1 || t_uloff == (char *)-1 || in ldtermcap()1268 t_ulon == NULL || t_uloff == NULL) { in ldtermcap()1269 t_ulon = t_uloff = empty_string; /* can live without it */ in ldtermcap()