Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dmvcur.c230 int dy, st_1, st_n, cv; in _mvvert() local
238 st_1 = _COST(Cursor_down) * dy; in _mvvert()
242 st_1 = _COST(Cursor_up) * dy; in _mvvert()
251 return ((cv < st_1 && cv < st_n) ? cv : in _mvvert()
252 (st_n < st_1) ? st_n : st_1); in _mvvert()
255 if (cv < st_1 && cv < st_n) in _mvvert()
258 if (st_n < st_1) { in _mvvert()