Searched defs:waddstr (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_waddstr.c49 waddstr(WINDOW *win, char *str) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c150 (waddstr)(w, str) function
157 __m_trace("waddstr(%p, %p)", w, str);
162 return __m_return_code("waddstr", code);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c125 #undef waddstr macro
128 waddstr(WINDOW *w, const char *str) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h645 extern int waddstr(WINDOW *, const char *);
780 #define addstr(s) waddstr(stdscr, s)
791 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
793 #define waddstr(w, wcs) waddnstr(w, wcs, -1) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h422 extern int waddstr(WINDOW *, const char *);
859 #define addstr(s) waddstr(stdscr,s)
863 #define mvwaddstr(w,y,x,s) (wmove(w,y,x)?ERR:waddstr(w,s))
864 #define waddstr(w,wcs) waddnstr(w,wcs,-1) macro

Completed in 38 milliseconds