Lines Matching refs:t_eol
136 static char *t_eol; /* termcap: clear end of line */ variable
208 (void) putp(t_eol); in print_timestamp()
437 (void) putp(t_eol); in list_print()
497 (void) putp(t_eol); in list_print()
555 (void) putp(t_eol); in list_print()
579 (void) putp(t_eol); in list_print()
595 (void) putp(t_eol); in list_print()
601 (void) putp(t_eol); in list_print()
616 (void) putp(t_eol); in list_print()
620 (void) putp(t_eol); in list_print()
1245 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string; in ldtermcap()
1252 t_eol = tigetstr("el"); in ldtermcap()
1256 if ((t_up == (char *)-1) || (t_eol == (char *)-1) || in ldtermcap()
1259 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string; in ldtermcap()
1262 if (t_up == NULL || t_eol == NULL) { in ldtermcap()
1264 t_eol = t_up = movecur = empty_string; in ldtermcap()