/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inch.c | 56 ch = winch(stdscr); in inch() 69 ch = winch(stdscr); in mvinch() 82 ch = winch(w); in mvwinch()
|
H A D | winch.c | 50 winch(WINDOW *w) in winch() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inch.c | 55 ch = winch(stdscr); in chtype() 71 ch = winch(stdscr); 88 ch = winch(w);
|
H A D | winch.c | 47 winch(w) in winch() function
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 83 void winch(); 127 winch(int sig) in winch() function 129 winch(sig) in winch() 148 (void)signal(SIGWINCH, winch); 205 (void)signal(SIGWINCH, winch); in oop() 337 (void)signal(SIGWINCH, winch); in vop()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _inch.c | 51 return (winch(stdscr)); in inch()
|
H A D | winch.c | 48 winch(WINDOW *win) in winch() function
|
H A D | _mvinch.c | 51 return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr)); in mvinch()
|
H A D | _mvwinch.c | 51 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;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 120 #define inch() VOID(winch(stdscr)) 136 #define mvwinch(win, y, x) VOID(wmove(win, y, x) == ERR ? ERR : winch(win)) 159 #define winch(win) (win->_y[win->_cury][win->_curx] & 0177) macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | display.c | 251 c = winch(win);
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 607 ep->sh->winch = 0; in ed_setup() 821 if(ep->sh->winch && sh_isstate(SH_INTERACTIVE) && (sh_isoption(SH_VI) || sh_isoption(SH_EMACS))) in ed_read() 845 ep->sh->winch = 0; in ed_read() 865 ep->sh->winch = 0; in ed_read()
|
/titanic_50/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 49 boolcode.o in_wch.o numname.o tputs.o winch.o \
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 392 winch;
|
/titanic_50/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 51 boolcode.o in_wch.o numname.o tputs.o winch.o \
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 172 char winch; \
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 393 winch;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 689 extern chtype winch(WINDOW *); 965 #define inch() winch(stdscr) 968 (wmove(__w1 = (w), y, x) ? ERR : winch(__w1))
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 664 extern chtype winch(WINDOW *); 987 #define inch() winch(stdscr) 989 #define mvwinch(w,y,x) (wmove(w,y,x)?ERR:winch(w))
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 929 * winch.c 931 chtype winch(WINDOW *);
|
H A D | llib-lxcurses | 929 * winch.c 931 chtype winch(WINDOW *);
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 378 winch.3xcurses \ 612 winch.3xcurses := LINKSRC = inch.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 945 * winch.c 947 chtype winch(WINDOW *);
|