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

/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c1789 window_box(int argc, VALUE *argv, VALUE self) function
2840 rb_define_method(cWindow, "box", window_box, -1);
/macosx-10.10/emacs-93/emacs/src/
H A Ddispextern.h579 height of W, as returned by window_box, and window_vscroll is the
2661 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
H A Dw32term.c2758 window_box (w, -1, &x, &y, &width, &height);
3726 window_box (w, -1, 0, &window_y, 0, &window_height);
4926 window_box (w, area, &window_x, &window_y, &window_width, 0);
H A Ddispnew.c661 window_box (w, -1, 0, 0, &window_width, &window_height);
6380 window_box (w, TEXT_AREA, &text_area_x, &text_area_y, &text_area_width,
H A Dmacterm.c4212 window_box (w, -1, &x, &y, &width, &height);
5135 window_box (w, -1, 0, &window_y, 0, &window_height);
5612 window_box (w, area, &window_x, &window_y, &window_width, 0);
H A Dxterm.c3106 window_box (w, -1, &x, &y, &width, &height);
5003 window_box (w, -1, 0, &window_y, 0, &window_height);
7202 window_box (w, area, &window_x, &window_y, &window_width, 0);
H A Dxdisp.c1195 window_box (w, area, box_x, box_y, box_width, box_height)
1230 window_box (w, area, top_left_x, top_left_y, bottom_right_x,
1192 window_box (w, area, box_x, box_y, box_width, box_height) function

Completed in 801 milliseconds