Searched refs:_homefirst (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 83 static int _homefirst(int, int, int, int), 152 hu = _homefirst(newy, newx, H_UP, FALSE); in mvcur() 156 hd = _homefirst(newy, newx, H_DO, FALSE); in mvcur() 170 (void) _homefirst(newy, newx, hu <= hd ? in mvcur() 186 _homefirst(int ny, int nx, int type, int doit) in _homefirst() function
|