Home
last modified time | relevance | path

Searched refs:in_wchnstr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Din_wchn.c47 #undef in_wchnstr
50 in_wchnstr(cchar_t *ccs, int n) in in_wchnstr() function
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile80 in_wchnstr.3xcurses \
602 in_wchstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
603 mvin_wchnstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
604 mvin_wchstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
605 mvwin_wchnstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
606 mvwin_wchstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
607 win_wchnstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
608 win_wchstr.3xcurses := LINKSRC = in_wchnstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Din_wchn.c45 (in_wchnstr)(ccs, n) variable
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc118 file path=usr/share/man/man3xcurses/in_wchnstr.3xcurses
120 target=in_wchnstr.3xcurses
186 target=in_wchnstr.3xcurses
188 target=in_wchnstr.3xcurses
240 target=in_wchnstr.3xcurses
242 target=in_wchnstr.3xcurses
442 target=in_wchnstr.3xcurses
444 target=in_wchnstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers154 in_wchnstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h648 extern int in_wchnstr(cchar_t *, int);
1001 #define in_wchnstr(cp,n) win_wchnstr(stdscr,cp,n) macro
1003 #define mvin_wchnstr(y,x,cp,n) (move(y,x)?ERR:in_wchnstr(cp,n))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h454 extern int in_wchnstr(cchar_t *, int);
990 #define in_wchnstr(cp, n) win_wchnstr(stdscr, cp, n) macro
993 (move(y, x) ? (cp, n, ERR) : in_wchnstr(cp, n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers156 in_wchnstr;