Home
last modified time | relevance | path

Searched refs:waddstr (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c123 #undef waddstr
126 waddstr(WINDOW *w, const char *str) in waddstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addstr.c49 return (waddstr(stdscr, str)); in addstr()
H A DV3.m_addstr.c49 return (waddstr(stdscr, str)); in m_addstr()
H A D_waddstr.c47 waddstr(WINDOW *win, char *str) in waddstr() function
H A D_mvaddstr.c47 return (wmove(stdscr, y, x) == ERR ? ERR : waddstr(stdscr, str)); in mvaddstr()
H A D_mvwaddstr.c49 return (wmove(win, y, x) == ERR ? ERR : waddstr(win, str)); in mvwaddstr()
H A Dvwprintw.c82 rv = waddstr(win, buffer); in vwprintw()
H A Dcurses.ed745 extern int waddstr(WINDOW *, char *);
860 waddchstr(), waddstr(), wclear(),
901 #define addstr(str) waddstr(stdscr, str)
1114 (wmove(win, y, x) == ERR ? ERR : waddstr(win, str))
1202 #define waddstr(win, str) waddnstr((win), (str), -1)
1235 extern int waddstr(WINDOW *, char *);
1257 box(), touchline(), waddstr(), werase(),
H A Dmapfile-vers306 waddstr;
/illumos-gate/usr/src/ucblib/libcurses/
H A Daddstr.c29 waddstr(WINDOW *win, char *str) in waddstr() function
H A Dprintw.c70 return (waddstr(win, buf)); in _sprintw()
H A Dmapfile-vers185 waddstr;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h108 #define addstr(str) VOID(waddstr(stdscr, str))
131 ERR:waddstr(win, str))
225 extern int waddstr(WINDOW *, char *);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpost.c65 (void) waddstr(Win(m), Mark(m)); in _post_item()
91 (void) waddstr(Win(m), Description(k)); in _post_item()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c148 (waddstr)(w, str) variable
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h420 extern int waddstr(WINDOW *, const char *);
857 #define addstr(s) waddstr(stdscr,s)
861 #define mvwaddstr(w,y,x,s) (wmove(w,y,x)?ERR:waddstr(w,s))
862 #define waddstr(w,wcs) waddnstr(w,wcs,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h643 extern int waddstr(WINDOW *, const char *);
778 #define addstr(s) waddstr(stdscr, s)
789 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
791 #define waddstr(w, wcs) waddnstr(w, wcs, -1) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers354 waddstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers355 waddstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile340 waddstr.3xcurses \
440 waddstr.3xcurses := LINKSRC = addnstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile519 waddstr.3curses \
606 waddstr.3curses := LINKSRC = curs_addstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc401 link path=usr/share/man/man3xcurses/waddstr.3xcurses target=addnstr.3xcurses
H A Dsystem-library.man3curses.inc657 link path=usr/share/man/man3curses/waddstr.3curses target=curs_addstr.3curses