Home
last modified time | relevance | path

Searched refs:st_n (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
239 st_n = _COST(Parm_down_cursor); in _mvvert()
243 st_n = _COST(Parm_up_cursor); 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()