/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 123 #undef waddstr 126 waddstr(WINDOW *w, const char *str) in waddstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V3.m_addstr.c | 49 return (waddstr(stdscr, str)); in m_addstr()
|
H A D | _addstr.c | 49 return (waddstr(stdscr, str)); in addstr()
|
H A D | _waddstr.c | 47 waddstr(WINDOW *win, char *str) in waddstr() function
|
H A D | _mvaddstr.c | 47 return (wmove(stdscr, y, x) == ERR ? ERR : waddstr(stdscr, str)); in mvaddstr()
|
H A D | _mvwaddstr.c | 49 return (wmove(win, y, x) == ERR ? ERR : waddstr(win, str)); in mvwaddstr()
|
H A D | vwprintw.c | 82 rv = waddstr(win, buffer); in vwprintw()
|
H A D | curses.ed | 745 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 D | mapfile-vers | 306 waddstr;
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | addstr.c | 29 waddstr(WINDOW *win, char *str) in waddstr() function
|
H A D | printw.c | 70 return (waddstr(win, buf)); in _sprintw()
|
H A D | mapfile-vers | 185 waddstr;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 108 #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 D | post.c | 65 (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 D | addnstr.c | 148 (waddstr)(w, str) variable
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 643 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/h/ |
H A D | curses.h | 420 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/libxcurses/src/ |
H A D | mapfile-vers | 354 waddstr;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 355 waddstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 340 waddstr.3xcurses \ 440 waddstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 519 waddstr.3curses \ 606 waddstr.3curses := LINKSRC = curs_addstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 401 link path=usr/share/man/man3xcurses/waddstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 657 link path=usr/share/man/man3curses/waddstr.3curses target=curs_addstr.3curses
|