Home
last modified time | relevance | path

Searched refs:t_home (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/prstat/
H A Dprstat.c139 static char *t_home; /* termcap: move cursor home */ variable
1162 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()