Searched refs:in_wchnstr (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | in_wchn.c | 49 #undef in_wchnstr 52 in_wchnstr(cchar_t *ccs, int n) in in_wchnstr() function
|
/titanic_50/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
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | in_wchn.c | 47 (in_wchnstr)(ccs, n) variable
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 76 file path=usr/share/man/man3xcurses/in_wchnstr.3xcurses 182 target=in_wchnstr.3xcurses 233 target=in_wchnstr.3xcurses 235 target=in_wchnstr.3xcurses 291 target=in_wchnstr.3xcurses 293 target=in_wchnstr.3xcurses 482 target=in_wchnstr.3xcurses 484 target=in_wchnstr.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 154 in_wchnstr;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 156 in_wchnstr;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 456 extern int in_wchnstr(cchar_t *, int); 992 #define in_wchnstr(cp, n) win_wchnstr(stdscr, cp, n) macro 995 (move(y, x) ? (cp, n, ERR) : in_wchnstr(cp, n))
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 650 extern int in_wchnstr(cchar_t *, int); 1003 #define in_wchnstr(cp,n) win_wchnstr(stdscr,cp,n) macro 1005 #define mvin_wchnstr(y,x,cp,n) (move(y,x)?ERR:in_wchnstr(cp,n))
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 377 int in_wchnstr(cchar_t *, int);
|
H A D | llib-lxcurses | 377 int in_wchnstr(cchar_t *, int);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 377 int in_wchnstr(cchar_t *, int);
|
H A D | llib-lxcurses | 377 int in_wchnstr(cchar_t *, int);
|