Searched refs:highend (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
4228 highend = (int) (top_x + ((basex + length) * ratio));
4231 if (highend < portx) {
4233 do_h_line(porty - 1, lowend, ' ', highend + 1);
4235 do_h_line(porty - 1, highend + 1, ACS_HLINE, portx);
4245 highend = (int) (top_y + ((basey + length) * ratio));
4248 if (highend < porty) {
4250 do_v_line(lowend, portx - 1, ' ', highend + 1);
4252 do_v_line(highend + 1, portx - 1, ACS_VLINE, porty);

Completed in 38 milliseconds