/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addch.c | 61 #undef mvaddch 64 mvaddch(int y, int x, chtype ch) in mvaddch() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvaddch.c | 40 mvaddch(int y, int x, chtype ch) in mvaddch() function
|
H A D | mapfile-vers | 139 mvaddch;
|
H A D | curses.ed | 682 extern int mvaddch(int, int, chtype); 844 move(), mvaddch(), mvaddchnstr(), mvaddchstr(), mvaddnstr(), 1039 #define mvaddch(y, x, ch) \
|
H A D | llib-lcurses | 263 int mvaddch(int y, int x, chtype ch);
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addch.c | 61 (mvaddch)(int y, int x, chtype ch)
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 169 mvaddch;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 171 mvaddch;
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 141 #define mvaddch(y, x, ch) mvwaddch(stdscr, y, x, ch) macro
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 190 mvaddch.3xcurses \ 422 mvaddch.3xcurses := LINKSRC = addch.3xcurses
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 390 extern int mvaddch(int, int, chtype); 835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch)) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 471 extern int mvaddch(int, int, chtype); 736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch)) macro
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 287 mvaddch.3curses \ 585 mvaddch.3curses := LINKSRC = curs_addch.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 50 int mvaddch(int, int, chtype);
|
H A D | llib-lxcurses | 50 int mvaddch(int, int, chtype);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 50 int mvaddch(int, int, chtype);
|
H A D | llib-lxcurses | 50 int mvaddch(int, int, chtype);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 207 link path=usr/share/man/man3xcurses/mvaddch.3xcurses target=addch.3xcurses
|
H A D | system-library.man3curses.inc | 368 link path=usr/share/man/man3curses/mvaddch.3curses target=curs_addch.3curses
|
/titanic_41/ |
H A D | .gitignore | 5713 usr/src/man/man3curses/mvaddch.3curses 7891 usr/src/man/man3xcurses/mvaddch.3xcurses
|