Searched defs:t_home (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c139 static char *t_home; /* termcap: move cursor home */ variable
1162 movecur = t_home;
1179 if (movecur != NULL && movecur != empty_string && movecur != t_home)
1255 t_home = tigetstr("home");
1273 if (t_home == (char *)-1 || t_home == NULL) {
1275 t_home = empty_string;

Completed in 504 milliseconds