/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 76 #undef mvwgetch 79 mvwgetch(WINDOW *w, int y, int x) in mvwgetch() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 82 #undef mvwgetch 85 mvwgetch(w, y, x) in mvwgetch() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvwgetch.c | 49 mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
|
H A D | mapfile-vers | 186 mvwgetch;
|
H A D | curses.ed | 705 extern int mvwgetch(WINDOW *, int, int); 849 mvwgetch(), mvwgetstr(), mvwhline(), mvwinchnstr(), 1048 mvwgetch(stdscr, y, x) 1117 #define mvwgetch(win, y, x) \
|
H A D | llib-lcurses | 398 int mvwgetch(WINDOW *win, int y, int x);
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) macro 142 #define mvgetch(y, x) mvwgetch(stdscr, y, x)
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 222 mvwgetch;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 224 mvwgetch;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 239 mvwgetch.3xcurses \ 559 mvwgetch.3xcurses := LINKSRC = getch.3xcurses
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 603 extern int mvwgetch(WINDOW *, int, int); 937 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w)) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 525 extern int mvwgetch(WINDOW *, int, int); 885 #define mvwgetch(w, y, x) \ macro
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 334 mvwgetch.3curses \ 696 mvwgetch.3curses := LINKSRC = curs_getch.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 309 int mvwgetch(WINDOW *, int, int);
|
H A D | llib-lxcurses | 309 int mvwgetch(WINDOW *, int, int);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 309 int mvwgetch(WINDOW *, int, int);
|
H A D | llib-lxcurses | 309 int mvwgetch(WINDOW *, int, int);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 280 link path=usr/share/man/man3xcurses/mvwgetch.3xcurses target=getch.3xcurses
|
H A D | system-library.man3curses.inc | 441 link path=usr/share/man/man3curses/mvwgetch.3curses target=curs_getch.3curses
|
/titanic_41/ |
H A D | .gitignore | 5760 usr/src/man/man3curses/mvwgetch.3curses 7940 usr/src/man/man3xcurses/mvwgetch.3xcurses
|