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

/macosx-10.10/ncurses-44/ncurses/test/
H A Dtestcurs.c447 WINDOW *win1; local
487 win1 = newwin(10, 50, 14, 25);
488 if (win1 == NULL) {
495 wbkgd(win1, COLOR_PAIR(3));
497 wbkgd(win1, A_NORMAL);
499 wbkgd(win1, A_NORMAL);
501 wclear(win1);
502 mvwaddstr(win1, 5, 1,
504 copywin(win, win1, 0, 0, 0, 0, 9, 49, TRUE);
507 box(win1,
635 WINDOW *win1; local
[all...]
H A Dredraw.c61 WINDOW *win1; local
82 win1 = newwin(max_y, max_x,
86 box(win1, 0, 0);
87 wrefresh(win1);
92 delwin(win1);
H A Dchgat.c154 WINDOW *win1 = newwin(sp->y_max - 2, sp->x_max - 2, local
157 if (win1 != 0 && sp->y_max > 4 && sp->x_max > 4) {
158 WINDOW *win2 = derwin(win1, sp->y_max - 4, sp->x_max - 4, 1, 1);
161 box(win1, 0, 0);
162 wrefresh(win1);
169 delwin(win1);
H A Dncurses.c5974 WINDOW *win1 = newwin(9, 20, 3, 3); local
5991 overlap_test_0(win1, win2);
5995 overlap_test_0(win2, win1);
5999 overlap_test_1(flavor[1], 0, win1, 'A');
6007 overlap_test_2(flavor[2], 0, win1, 'A');
6015 overlap_test_3(win1);
6023 overlap_test_4(flavor[4], win1, win2);
6027 overlap_test_4(flavor[4], win2, win1);
6055 delwin(win1);
/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
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
128 overwrite(const WINDOW *win1, WINDOW *win2) argument
130 T((T_CALLED("overwrite(%p,%p)"), win1, win2));
131 returnCode(overlap(win1, win
[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/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)
1613 if (win1 == lastwin)
1615 height = win1->w_prev->w_status_height;
1616 win1->w_prev->w_status_height = win1
[all...]
/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 } {
195 place $win1 -anchor nw -x 0 -y 0 -relwidth 1.0 -height $y -relheight {}
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
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el1961 (let* ((win1 (selected-window))
1971 ((window-live-p win1) (select-window win1))
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1422 const WINDOW *win1,
1428 const WINDOW *win1,
H A Dllib-lncursest1426 const WINDOW *win1,
1432 const WINDOW *win1,
H A Dllib-lncursesw1930 const WINDOW *win1,
1936 const WINDOW *win1,

Completed in 219 milliseconds