Searched refs:t_home (Results 1 – 1 of 1) sorted by relevance
139 static char *t_home; /* termcap: move cursor home */ variable1162 movecur = t_home; in setmovecur()1179 if (movecur != NULL && movecur != empty_string && movecur != t_home) in setmovecur()1255 t_home = tigetstr("home"); in ldtermcap()1273 if (t_home == (char *)-1 || t_home == NULL) { in ldtermcap()1275 t_home = empty_string; in ldtermcap()