Searched refs:winch (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_winch.c36 ** The routine winch().
45 winch(WINDOW *win)
47 T((T_CALLED("winch(%p)"), win));
/macosx-10.10/less-25/less/
H A Dsignal.c90 winch(type) function
93 LSIGNAL(SIGWINCH, winch);
105 winch(type) function
108 LSIGNAL(SIGWIND, winch);
159 (void) LSIGNAL(SIGWINCH, winch);
162 (void) LSIGNAL(SIGWIND, winch);
H A Dlsystem.c228 winch(0);
364 winch(0);
H A Dfuncs.h259 public RETSIGTYPE winch ();
260 public RETSIGTYPE winch ();
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_data.c106 cell = winch(w);
H A Dfrm_driver.c2280 last_char_in_line = (int)(winch(form->w) & A_CHARTEXT);
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Ddisplay.c195 c = winch(win);
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h706 #ifdef winch
707 inline chtype UNDEF(winch)(const WINDOW* win) { return winch(win); } function
708 #undef winch macro
709 #define winch UNDEF(winch) macro
1054 chtype inch() const { return ::winch(w); }
/macosx-10.10/ncurses-44/ncurses/test/
H A Dknight.c376 if (winch(boardwin) == minus)
500 oldch = winch(boardwin);
648 oldch = winch(boardwin);
H A Dinchs.c35 chtype winch(WINDOW *win);
161 if ((ch = winch(txtwin)) != ERR) {
H A Dtestcurs.c545 ch = winch(win);
/macosx-10.10/nano-12/src/
H A Dnano.c1141 sigset_t winch; local
1142 sigemptyset(&winch);
1143 sigaddset(&winch, SIGWINCH);
1144 sigprocmask(allow ? SIG_UNBLOCK : SIG_BLOCK, &winch, NULL);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c610 ep->sh->winch = 0;
832 if(ep->sh->winch && sh_isstate(SH_INTERACTIVE) && (sh_isoption(SH_VI) || sh_isoption(SH_EMACS)))
856 ep->sh->winch = 0;
878 ep->sh->winch = 0;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h197 char winch; \
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dfault.c84 shp->winch++;
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dcurses.c1415 cp = PAIR_NUMBER(winch(w->win));
1422 inc = winch(w->win);
/macosx-10.10/ncurses-44/ncurses/include/
H A Dcurses.h.in765 extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */
1037 #define inch() winch(stdscr)
1072 #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))
H A Dcurses.head765 extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */
1037 #define inch() winch(stdscr)
1072 #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1918 #undef winch
1919 chtype winch(
H A Dllib-lncursest1922 #undef winch
1923 chtype winch(
H A Dllib-lncursesw2428 #undef winch
2429 chtype winch(
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c1870 return CH2FIX(winch(winp->window));

Completed in 370 milliseconds