Searched refs:pxmax (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);
4137 if (portx >= pxmax || portx >= COLS)
4180 if (basex + portx - (pymax > porty) < pxmax)
4194 if (basey + porty - (pxmax > portx) < pymax)
4223 if (scrollers && (pxmax > portx - 1)) {
4225 float ratio = ((float) length) / ((float) pxmax);
4270 porty - (pxmax > portx) - 1,

Completed in 38 milliseconds