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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c4565 int pxmax, pymax, lowend, highend, c; local
4751 highend = (int) ((float) top_x + ((float) (basex + length) * ratio));
4754 if (highend < portx) {
4756 do_h_line(porty - 1, lowend, ' ', highend + 1);
4758 do_h_line(porty - 1, highend + 1, ACS_HLINE, portx);
4768 highend = (int) ((float) top_y + ((float) (basey + length) * ratio));
4771 if (highend < porty) {
4773 do_v_line(lowend, portx - 1, ' ', highend + 1);
4775 do_v_line(highend + 1, portx - 1, ACS_VLINE, porty);

Completed in 176 milliseconds