Home
last modified time | relevance | path

Searched refs:waddnwstr (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c54 code = waddnwstr(stdscr, wcs, n); in addnwstr()
67 code = waddnwstr(stdscr, wcs, n); in mvaddnwstr()
80 code = waddnwstr(w, wcs, n); in mvwaddnwstr()
92 code = waddnwstr(stdscr, wcs, -1); in addwstr()
105 code = waddnwstr(stdscr, wcs, -1); in mvaddwstr()
118 code = waddnwstr(w, wcs, -1); in mvwaddwstr()
130 code = waddnwstr(w, wcs, -1); in waddwstr()
H A Dwaddnws.c51 waddnwstr(WINDOW *w, const wchar_t *wcs, int n) in waddnwstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c57 code = waddnwstr(stdscr, wcs, n);
77 code = waddnwstr(stdscr, wcs, n);
98 code = waddnwstr(w, wcs, n);
115 code = waddnwstr(stdscr, wcs, -1);
134 code = waddnwstr(stdscr, wcs, -1);
154 code = waddnwstr(w, wcs, -1);
172 code = waddnwstr(w, wcs, -1);
H A Dwaddnws.c46 waddnwstr(w, wcs, n) in waddnwstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addnwstr.c40 return (waddnwstr(stdscr, ws, n)); in addnwstr()
H A D_waddwstr.c40 return (waddnwstr(win, ws, -1)); in waddwstr()
H A Dwaddnwstr.c38 waddnwstr(WINDOW *win, wchar_t *code, int n) in waddnwstr() function
H A D_mvwaddnwstr.c40 return ((wmove(win, y, x) == ERR ? ERR : waddnwstr(win, ws, n))); in mvwaddnwstr()
H A Dcurses.ed472 extern int waddnwstr(WINDOW *, wchar_t *, int);
565 extern int pechowchar(), ungetwch(), waddnwstr(), waddwch(),
940 #define addnwstr(ws, n) waddnwstr(stdscr, ws, n)
1146 (wmove(win, y, x) == ERR ? ERR : waddnwstr(win, ws, n))
1180 #define waddwstr(win, ws) waddnwstr(win, ws, -1)
H A Dmapfile-vers305 waddnwstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h421 extern int waddnwstr(WINDOW *, const wchar_t *, int);
864 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n)
868 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n))
870 #define waddwstr(w,wcs) waddnwstr(w,wcs,-1)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h642 extern int waddnwstr(WINDOW *, const wchar_t *, int);
792 #define addnwstr(wcs, n) waddnwstr(stdscr, wcs, n)
802 waddnwstr(__w1, wcs, n))
807 #define waddwstr(w, wcs) waddnwstr(w, wcs, -1)
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers353 waddnwstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers354 waddnwstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile339 waddnwstr.3xcurses \
447 waddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com105 pechowchar.o tgetwch.o ungetwch.o waddnwstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile518 waddnwstr.3curses \
630 waddnwstr.3curses := LINKSRC = curs_addwstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc400 link path=usr/share/man/man3xcurses/waddnwstr.3xcurses target=addnwstr.3xcurses
H A Dsystem-library.man3curses.inc656 link path=usr/share/man/man3curses/waddnwstr.3curses target=curs_addwstr.3curses