Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c228 int dy, st_1, st_n, cv; in _mvvert() local
236 st_1 = _COST(Cursor_down) * dy; in _mvvert()
240 st_1 = _COST(Cursor_up) * dy; in _mvvert()
249 return ((cv < st_1 && cv < st_n) ? cv : in _mvvert()
250 (st_n < st_1) ? st_n : st_1); in _mvvert()
253 if (cv < st_1 && cv < st_n) in _mvvert()
256 if (st_n < st_1) { in _mvvert()