Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c81 static int _homefirst(int, int, int, int),
150 hu = _homefirst(newy, newx, H_UP, FALSE); in mvcur()
154 hd = _homefirst(newy, newx, H_DO, FALSE); in mvcur()
168 (void) _homefirst(newy, newx, hu <= hd ? in mvcur()
184 _homefirst(int ny, int nx, int type, int doit) in _homefirst() function