Searched refs:t_up (Results 1 – 1 of 1) sorted by relevance
135 static char *t_up; /* termcap: cursor 1 line up */ variable1181 movecur = Zalloc(strlen(t_up) * (n + 5)); in setmovecur()1183 (void) strcat(movecur, t_up); in setmovecur()1245 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string; in ldtermcap()1251 t_up = tigetstr("cuu1"); 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()