Searched refs:lowend (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
4227 lowend = (int) (top_x + (basex * ratio));
4230 do_h_line(porty - 1, top_x, ACS_HLINE, lowend);
4233 do_h_line(porty - 1, lowend, ' ', highend + 1);
4244 lowend = (int) (top_y + (basey * ratio));
4247 do_v_line(top_y, portx - 1, ACS_VLINE, lowend);
4250 do_v_line(lowend, portx - 1, ' ', highend + 1);

Completed in 38 milliseconds