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

/macosx-10.10/ncurses-44/ncurses/test/
H A Dredraw.c62 WINDOW *win2; local
84 win2 = newwin(max_y - 2, max_x - 2,
89 test_redraw(win2);
91 delwin(win2);
H A Dchgat.c158 WINDOW *win2 = derwin(win1, sp->y_max - 4, sp->x_max - 4, 1, 1); local
160 if (win2 != 0) {
163 func(win2);
165 delwin(win2);
H A Dncurses.c5975 WINDOW *win2 = newwin(9, 20, 9, 16); local
5991 overlap_test_0(win1, win2);
5995 overlap_test_0(win2, win1);
6003 overlap_test_1(flavor[1], 1, win2, 'B');
6011 overlap_test_2(flavor[2], 1, win2, 'B');
6019 overlap_test_3(win2);
6023 overlap_test_4(flavor[4], win1, win2);
6027 overlap_test_4(flavor[4], win2, win1);
6054 delwin(win2);
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_overlay.c102 ** overlay(win1, win2)
105 ** overlay() writes the overlapping area of win1 behind win2
106 ** on win2 non-destructively.
111 overlay(const WINDOW *win1, WINDOW *win2) argument
113 T((T_CALLED("overlay(%p,%p)"), win1, win2));
114 returnCode(overlap(win1, win2, TRUE));
119 ** overwrite(win1, win2)
122 ** overwrite() writes the overlapping area of win1 behind win2
123 ** on win2 destructively.
128 overwrite(const WINDOW *win1, WINDOW *win2) argument
[all...]
/macosx-10.10/vim-55/src/proto/
H A Dwindow.pro8 void win_move_after __ARGS((win_T *win1, win_T *win2));
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe136 proc pane_place { path type ratio win1 win2 } {
145 pane_partionize $path $win1 $win2
151 bind $path.separator.handle <ButtonRelease-1> "pane_release $path $win1 $win2"
153 bind $path <Configure> "pane_resize $path $win1 $win2 %w %h"
192 proc pane_partionize { pane win1 win2 } {
200 place $win2 -anchor se -relx 1.0 -rely 1.0 -relwidth 1.0 -height $hwin2
205 proc pane_release { pane win1 win2 } {
210 pane_partionize $pane $win1 $win2
216 proc pane_resize { pane win1 win2 neww newh} {
224 pane_partionize $pane $win1 $win2
[all...]
/macosx-10.10/vim-55/src/
H A Dwindow.c1595 * Move window "win1" to below/right of "win2" and make "win1" the current
1599 win_move_after(win1, win2)
1600 win_T *win1, *win2;
1605 if (win1 == win2)
1609 if (win2->w_next != win1)
1630 else if (win2 == lastwin)
1633 win1->w_status_height = win2->w_status_height;
1634 win2->w_status_height = height;
1639 * window, win2. Adjust the frame widths. */
1640 win2
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el1963 (win2 (get-buffer-window buf2))) ;; Only on current frame.
1964 (when win2
1965 (select-window win2)
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1423 WINDOW *win2)
1429 WINDOW *win2)
H A Dllib-lncursest1427 WINDOW *win2)
1433 WINDOW *win2)
H A Dllib-lncursesw1931 WINDOW *win2)
1937 WINDOW *win2)

Completed in 271 milliseconds