Searched refs:t_up (Results 1 – 1 of 1) sorted by relevance
136 static char *t_up; /* termcap: cursor 1 line up */ variable1218 movecur = Zalloc(strlen(t_up) * (n + 5)); in setmovecur()1220 (void) strcat(movecur, t_up); in setmovecur()1284 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string; in ldtermcap()1290 t_up = tigetstr("cuu1"); in ldtermcap()1295 if ((t_up == (char *)-1) || (t_eol == (char *)-1) || in ldtermcap()1298 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string; in ldtermcap()1301 if (t_up == NULL || t_eol == NULL) { in ldtermcap()1303 t_eol = t_up = movecur = empty_string; in ldtermcap()