Home
last modified time | relevance | path

Searched refs:in_wch (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Din_wch.c47 #undef in_wch
50 in_wch(cchar_t *cc) in in_wch() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Din_wch.c45 (in_wch)(cc) variable
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile79 in_wch.3xcurses \
598 mvin_wch.3xcurses := LINKSRC = in_wch.3xcurses
599 mvwin_wch.3xcurses := LINKSRC = in_wch.3xcurses
600 win_wch.3xcurses := LINKSRC = in_wch.3xcurses
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com50 boolcode.o in_wch.o numname.o tputs.o winch.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com52 boolcode.o in_wch.o numname.o tputs.o winch.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers153 in_wch;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc117 file path=usr/share/man/man3xcurses/in_wch.3xcurses
184 link path=usr/share/man/man3xcurses/mvin_wch.3xcurses target=in_wch.3xcurses
238 link path=usr/share/man/man3xcurses/mvwin_wch.3xcurses target=in_wch.3xcurses
440 link path=usr/share/man/man3xcurses/win_wch.3xcurses target=in_wch.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h647 extern int in_wch(cchar_t *);
989 #define in_wch(cp) win_wch(stdscr,cp) macro
990 #define mvin_wch(y,x,cp) (move(y,x)?ERR:in_wch(cp))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h453 extern int in_wch(cchar_t *);
968 #define in_wch(cp) win_wch(stdscr, cp) macro
970 (move(y, x) ? (cp, ERR) : in_wch(cp))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers155 in_wch;