Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c140 static char *t_home; /* termcap: move cursor home */ variable
1199 movecur = t_home; in setmovecur()
1216 if (movecur != NULL && movecur != empty_string && movecur != t_home) in setmovecur()
1294 t_home = tigetstr("home"); in ldtermcap()
1312 if (t_home == (char *)-1 || t_home == NULL) { in ldtermcap()
1314 t_home = empty_string; in ldtermcap()