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

/haiku-fatelf/src/libs/ncurses/test/
H A Dtclock.c61 dline(int pair, int from_x, int from_y, int x2, int y2, char ch) argument
73 dy = y2 - from_y;
82 y = from_y;
H A Dncurses.c3987 panner_h_cleanup(int from_y, int from_x, int to_x) argument
3989 if (!panner_legend(from_y))
3990 do_h_line(from_y, from_x, ' ', to_x);
3994 panner_v_cleanup(int from_y, int from_x, int to_y) argument
3996 if (!panner_legend(from_y))
3997 do_v_line(from_y, from_x, ' ', to_y);
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_mvcur.c481 relative_move(string_desc * target, int from_y, int from_x, int to_y, int argument
490 if (to_y != from_y) {
498 if (to_y > from_y) {
499 n = (to_y - from_y);
514 } else { /* (to_y < from_y) */
515 n = (from_y - to_y);
1161 int from_y = roll(lines); local
1166 printf("(%d,%d) -> (%d,%d)\n", from_y, from_x, to_y, to_x);
1167 mvcur(from_y, from_x, to_y, to_x);

Completed in 54 milliseconds