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

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c171 do_h_line(int y, int x, chtype c, int to) function
4513 do_h_line(from_y, from_x, ' ', to_x);
4744 do_h_line(top_y - 1, top_x, ACS_HLINE, portx);
4753 do_h_line(porty - 1, top_x, ACS_HLINE, lowend);
4756 do_h_line(porty - 1, lowend, ' ', highend + 1);
4758 do_h_line(porty - 1, highend + 1, ACS_HLINE, portx);
4761 do_h_line(porty - 1, top_x, ACS_HLINE, portx);

Completed in 104 milliseconds