Searched refs:waddnwstr (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_addnwstr.c42 return (waddnwstr(stdscr, ws, n));
H A D_waddwstr.c42 return (waddnwstr(win, ws, -1));
H A Dwaddnwstr.c41 waddnwstr(WINDOW *win, wchar_t *code, int n) function
H A D_mvwaddnwstr.c42 return ((wmove(win, y, x) == ERR ? ERR : waddnwstr(win, ws, n)));
H A Dllib-lcurses1107 /* waddnwstr.c */
1108 int waddnwstr(WINDOW *win, wchar_t *code, int n);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c56 code = waddnwstr(stdscr, wcs, n);
69 code = waddnwstr(stdscr, wcs, n);
82 code = waddnwstr(w, wcs, n);
94 code = waddnwstr(stdscr, wcs, -1);
107 code = waddnwstr(stdscr, wcs, -1);
120 code = waddnwstr(w, wcs, -1);
132 code = waddnwstr(w, wcs, -1);
H A Dwaddnws.c53 waddnwstr(WINDOW *w, const wchar_t *wcs, int n) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c59 code = waddnwstr(stdscr, wcs, n);
79 code = waddnwstr(stdscr, wcs, n);
100 code = waddnwstr(w, wcs, n);
117 code = waddnwstr(stdscr, wcs, -1);
136 code = waddnwstr(stdscr, wcs, -1);
156 code = waddnwstr(w, wcs, -1);
174 code = waddnwstr(w, wcs, -1);
H A Dwaddnws.c48 waddnwstr(w, wcs, n) function
58 __m_trace("waddnwstr(%p, %p, %d)", w, wcs, n);
73 return __m_return_code("waddnwstr", ERR);
80 return __m_return_code("waddnwstr", WFLUSH(w));
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h423 extern int waddnwstr(WINDOW *, const wchar_t *, int);
866 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n)
870 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n))
872 #define waddwstr(w,wcs) waddnwstr(w,wcs,-1)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h644 extern int waddnwstr(WINDOW *, const wchar_t *, int);
794 #define addnwstr(wcs, n) waddnwstr(stdscr, wcs, n)
804 waddnwstr(__w1, wcs, n))
809 #define waddwstr(w, wcs) waddnwstr(w, wcs, -1)
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses835 int waddnwstr(WINDOW *, const wchar_t *, int);
H A Dllib-lxcurses819 int waddnwstr(WINDOW *, const wchar_t *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses819 int waddnwstr(WINDOW *, const wchar_t *, int);
H A Dllib-lxcurses819 int waddnwstr(WINDOW *, const wchar_t *, int);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com102 pechowchar.o tgetwch.o ungetwch.o waddnwstr.o \

Completed in 64 milliseconds