Searched defs:st_n (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmvcur.c230 int dy, st_1, st_n, cv; local
239 st_n = _COST(Parm_down_cursor);
243 st_n = _COST(Parm_up_cursor);
251 return ((cv < st_1 && cv < st_n) ? cv :
252 (st_n < st_1) ? st_n : st_1);
255 if (cv < st_1 && cv < st_n)
258 if (st_n < st_1) {

Completed in 42 milliseconds