Searched refs:in_wchnstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | in_wchn.c | 47 #undef in_wchnstr 50 in_wchnstr(cchar_t *ccs, int n) in in_wchnstr() function
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 80 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 D | in_wchn.c | 45 (in_wchnstr)(ccs, n) variable
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 118 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 D | mapfile-vers | 154 in_wchnstr;
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 454 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/libxcurses/h/ |
H A D | curses.h | 648 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/src/ |
H A D | mapfile-vers | 156 in_wchnstr;
|