Searched defs:in_wch (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Din_wch.c30 * in_wch.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/in_wch.c 1.2 1995/06/14 15:30:53 ant Exp $";
47 (in_wch)(cc) function
53 __m_trace("in_wch(%p)", cc);
58 return __m_return_code("in_wch", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Din_wch.c32 * in_wch.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/in_wch.c 1.2 "
49 #undef in_wch macro
52 in_wch(cchar_t *cc) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h455 extern int in_wch(cchar_t *);
970 #define in_wch(cp) win_wch(stdscr, cp) macro
972 (move(y, x) ? (cp, ERR) : in_wch(cp))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h649 extern int in_wch(cchar_t *);
991 #define in_wch(cp) win_wch(stdscr,cp) macro
992 #define mvin_wch(y,x,cp) (move(y,x)?ERR:in_wch(cp))

Completed in 53 milliseconds