Searched refs:wechochar (Results 1 - 18 of 18) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V3.wechochar.c | 48 #undef wechochar macro 50 wechochar(WINDOW *win, _ochtype c) function
|
H A D | _echochar.c | 51 return (wechochar(stdscr, ch));
|
H A D | pechochar.c | 64 * previously called), call wechochar on it. Otherwise, call 65 * wechochar on the pad itself 71 rv = wechochar(padwin, ch); 76 return (wechochar(pad, ch));
|
H A D | wechochar.c | 52 * wechochar(WINDOW *win, chtype ch) is functionally equivalent to 57 wechochar(WINDOW *win, chtype ch) function
|
H A D | wgetch.c | 97 (void) wechochar(win, (chtype) inp);
|
H A D | wgetstr.c | 162 (void) wechochar(win, 179 (void) wechochar(win, (chtype) ch);
|
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);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | echochar.c | 65 #undef wechochar macro 68 wechochar(WINDOW *w, chtype ch) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | echochar.c | 62 (wechochar)(WINDOW *w, chtype ch) function 67 __m_trace("wechochar(%p, %lx)", w, ch); 73 return __m_return_code("wechochar", code);
|
/illumos-gate/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 \
|
/illumos-gate/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);
|
/illumos-gate/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);
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 364 wechochar.3xcurses \ 542 wechochar.3xcurses := LINKSRC = echochar.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 537 wechochar.3curses \ 588 wechochar.3curses := LINKSRC = curs_addch.3curses
|
Completed in 1166 milliseconds