/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inch.c | 54 ch = winch(stdscr); in inch() 67 ch = winch(stdscr); in mvinch() 80 ch = winch(w); in mvwinch()
|
H A D | winch.c | 48 winch(WINDOW *w) in winch() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inch.c | 53 ch = winch(stdscr); in chtype() 69 ch = winch(stdscr); 86 ch = winch(w);
|
H A D | winch.c | 45 winch(w) in winch() function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 81 void winch(); 125 winch(int sig) in winch() function 127 winch(sig) in winch() 146 (void)signal(SIGWINCH, winch); 203 (void)signal(SIGWINCH, winch); in oop() 335 (void)signal(SIGWINCH, winch); in vop()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _inch.c | 49 return (winch(stdscr)); in inch()
|
H A D | winch.c | 46 winch(WINDOW *win) in winch() function
|
H A D | _mvinch.c | 49 return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr)); in mvinch()
|
H A D | _mvwinch.c | 49 return (wmove(win, y, x) == ERR ? (chtype) ERR : winch(win)); in mvwinch()
|
H A D | curses.ed | 631 extern chtype winch(WINDOW *); 828 extern chtype inch(), winch(), mvinch(), mvwinch(); 917 #define inch() winch(stdscr) 989 #define winch(win) ((win)->_y[(win)->_cury][(win)->_curx]) 1017 extern chtype winch(WINDOW *); 1030 extern chtype winch(); 1122 (wmove(win, y, x) == ERR ? (chtype)ERR : winch(win))
|
H A D | mapfile-vers | 334 winch;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 118 #define inch() VOID(winch(stdscr)) 134 #define mvwinch(win, y, x) VOID(wmove(win, y, x) == ERR ? ERR : winch(win)) 157 #define winch(win) (win->_y[win->_cury][win->_curx] & 0177) macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | display.c | 249 c = winch(win);
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 50 boolcode.o in_wch.o numname.o tputs.o winch.o \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 610 ep->sh->winch = 0; in ed_setup() 833 if(ep->sh->winch && sh_isstate(SH_INTERACTIVE) && (sh_isoption(SH_VI) || sh_isoption(SH_EMACS))) in ed_read() 857 ep->sh->winch = 0; in ed_read() 879 ep->sh->winch = 0; in ed_read()
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 52 boolcode.o in_wch.o numname.o tputs.o winch.o \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 199 char winch; \
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 392 winch;
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 687 extern chtype winch(WINDOW *); 963 #define inch() winch(stdscr) 966 (wmove(__w1 = (w), y, x) ? ERR : winch(__w1))
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 662 extern chtype winch(WINDOW *); 985 #define inch() winch(stdscr) 987 #define mvwinch(w,y,x) (wmove(w,y,x)?ERR:winch(w))
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 393 winch;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 378 winch.3xcurses \ 612 winch.3xcurses := LINKSRC = inch.3xcurses
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 59 c = (int)(winch(w) & A_CHARTEXT); in room_for_char()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 84 shp->winch++; in sh_fault()
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 96 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
|