Searched refs:t_ulon (Results 1 – 1 of 1) sorted by relevance
133 static char *t_ulon; /* termcap: start underline */ variable386 (void) putp(t_ulon); in list_print()1246 t_ulon = t_uloff = empty_string; in ldtermcap()1249 t_ulon = tigetstr("smul"); 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()