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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c4564 int basey = 0; local
4710 if (basey > 0)
4711 basey--;
4717 if (basey + porty - (pxmax > portx) < pymax)
4718 basey++;
4726 basey = 0;
4732 basey = pymax - porty;
4733 if (basey < 0)
4734 basey = 0;
4767 lowend = (int) ((float) top_y + ((float) basey * rati
[all...]

Completed in 123 milliseconds