Searched refs:pymax (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c4042 int pxmax, pymax, lowend, highend, c; local
4044 getmaxyx(pad, pymax, pxmax);
4146 if (porty >= pymax || porty >= LINES)
4180 if (basex + portx - (pymax > porty) < pxmax)
4194 if (basey + porty - (pxmax > portx) < pymax)
4209 basey = pymax - porty;
4240 if (scrollers && (pymax > porty - 1)) {
4242 float ratio = ((float) length) / ((float) pymax);
4271 portx - (pymax > porty) - 1);

Completed in 81 milliseconds