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

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_winch.c36 ** The routine winch().
45 winch(WINDOW *win)
47 T((T_CALLED("winch(%p)"), win));
/freebsd-9.3-release/contrib/less/
H A Dsignal.c91 winch(type) function
94 LSIGNAL(SIGWINCH, winch);
106 winch(type) function
109 LSIGNAL(SIGWIND, winch);
160 (void) LSIGNAL(SIGWINCH, winch);
163 (void) LSIGNAL(SIGWIND, winch);
H A Dlsystem.c232 winch(0);
368 winch(0);
H A Dfuncs.h277 public RETSIGTYPE winch ();
278 public RETSIGTYPE winch ();
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/dialog/
H A Dpause.c166 chtype ch = winch(dialog);
H A Dmixedgauge.c168 chtype ch1 = winch(win);
247 chtype ch = winch(dlg->dialog);
H A Dguage.c166 chtype ch2 = winch(dialog);
H A Dutil.c1272 result = winch(win) & (A_ATTRIBUTES & ~A_COLOR);
1461 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr);
/freebsd-9.3-release/contrib/top/
H A Dtop.c77 sigret_t winch();
586 (void) signal(SIGWINCH, winch);
799 (void) signal(SIGWINCH, winch);
1214 sigret_t winch(i) /* SIGWINCH handler */ function
/freebsd-9.3-release/usr.bin/talk/
H A Ddisplay.c183 c = winch(win);
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c305 ch = winch(stdscr);
/freebsd-9.3-release/contrib/nvi/ip_cl/
H A Dip_cl.c407 ch = winch(stdscr);
/freebsd-9.3-release/contrib/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))
/freebsd-9.3-release/contrib/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(
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1258 extern chtype winch(WINDOW *);
/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile680 curs_inch.3 winch.3 \

Completed in 231 milliseconds