Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dmvcur.c86 _mvright(int, int, int), _mvleft(int, int, int);
132 rl = _mvleft(curx, newx, FALSE); in mvcur()
137 rl = _mvleft(curx, newx, TRUE); in mvcur()
290 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE); in _mvhor()
309 (void) _mvleft(cx, nx, TRUE); in _mvhor()
394 _mvleft(int cx, int nx, int doit) in _mvleft() function