Searched refs:_mvrel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c84 _mvrel(int, int, int, int, int),
148 rl = _mvrel(cury, curx, newy, newx, FALSE);
168 (void) _mvrel(cury, curx, newy, newx, TRUE);
204 return (cost + _mvrel(cy, 0, ny, nx, FALSE));
207 return (_mvrel(cy, 0, ny, nx, TRUE));
213 _mvrel(int cy, int cx, int ny, int nx, int doit) function

Completed in 56 milliseconds