/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | V3.wechochar.c | 48 #undef wechochar 50 wechochar(WINDOW *win, _ochtype c) in wechochar() function
|
H A D | pechochar.c | 71 rv = wechochar(padwin, ch); in pechochar() 76 return (wechochar(pad, ch)); in pechochar()
|
H A D | _echochar.c | 51 return (wechochar(stdscr, ch)); in echochar()
|
H A D | wgetstr.c | 162 (void) wechochar(win, in wgetnstr() 179 (void) wechochar(win, (chtype) ch); in wgetnstr()
|
H A D | wechochar.c | 57 wechochar(WINDOW *win, chtype ch) in wechochar() function
|
H A D | wgetch.c | 97 (void) wechochar(win, (chtype) inp); in wgetch()
|
H A D | llib-lcurses | 1312 /* wechochar.c */ 1314 int wechochar(WINDOW *win, chtype c); 1316 /* V3.wechochar.c */ 1317 #undef wechochar 1318 int wechochar(WINDOW *win, _ochtype c);
|
H A D | mapfile-vers | 324 wechochar;
|
H A D | curses.ed | 245 #define wechochar w32echochar 421 extern int wechochar(WINDOW *, chtype); 547 wborder(), wclrtobot(), wclrtoeol(), wdelch(), wechochar(), 913 #define echochar(ch) wechochar(stdscr, ch)
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | echochar.c | 65 #undef wechochar 68 wechochar(WINDOW *w, chtype ch) in wechochar() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | echochar.c | 62 (wechochar)(WINDOW *w, chtype ch)
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile.com | 62 V3.wattrset.o V3.wechochar.o V3.winsch.o baudrate.o can_change.o \ 94 wclrtobot.o wclrtoeol.o wdelch.o wechochar.o wgetch.o \
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 380 wechochar;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 381 wechochar;
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 578 extern int wechochar(WINDOW *, chtype); 927 #define echochar(ch) wechochar(stdscr,ch) 929 #define wechochar(w,ch) (waddch(w,ch)?ERR:wrefresh(w)) macro
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 677 extern int wechochar(WINDOW *, const chtype); 873 #define echochar(ch) wechochar(stdscr, ch) 875 #define wechochar(w, ch) \ macro
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 364 wechochar.3xcurses \ 542 wechochar.3xcurses := LINKSRC = echochar.3xcurses
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 537 wechochar.3curses \ 588 wechochar.3curses := LINKSRC = curs_addch.3curses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 280 int wechochar(WINDOW *, chtype);
|
H A D | llib-lxcurses | 280 int wechochar(WINDOW *, chtype);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 280 int wechochar(WINDOW *, chtype);
|
H A D | llib-lxcurses | 280 int wechochar(WINDOW *, chtype);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 465 link path=usr/share/man/man3xcurses/wechochar.3xcurses \
|
H A D | system-library.man3curses.inc | 761 link path=usr/share/man/man3curses/wechochar.3curses target=curs_addch.3curses
|
/titanic_44/ |
H A D | .gitignore | 5963 usr/src/man/man3curses/wechochar.3curses 8065 usr/src/man/man3xcurses/wechochar.3xcurses
|