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

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dserverloop.c1066 u_int rmaxpack, rwindow, len; local
1070 rwindow = packet_get_int();
1074 ctype, rchan, rwindow, rmaxpack);
1086 c->remote_window = rwindow;
H A Dclientloop.c2054 u_int rmaxpack, rwindow, len; local
2058 rwindow = packet_get_int();
2062 ctype, rchan, rwindow, rmaxpack);
2075 c->remote_window = rwindow;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dw32-fns.el303 (global-set-key [rwindow] 'ignore)
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A Dsigproc2.c348 void rwindow(din, dout, n, preemp) function
491 rwindow(din, dout, n, preemp);
661 rwindow(din, dout, n, preemp);
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c3819 WINDOW *rwindow; local
3839 rwindow = subwin(stdscr, lr.y - ul.y + 1, lr.x - ul.x + 1, ul.y, ul.x);
3844 wrefresh(rwindow);
3848 return (rwindow);

Completed in 177 milliseconds