/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 125 #undef waddstr 128 waddstr(WINDOW *w, const char *str) in waddstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | V3.m_addstr.c | 51 return (waddstr(stdscr, str)); in m_addstr()
|
H A D | _addstr.c | 51 return (waddstr(stdscr, str)); in addstr()
|
H A D | _waddstr.c | 49 waddstr(WINDOW *win, char *str) in waddstr() function
|
H A D | _mvaddstr.c | 49 return (wmove(stdscr, y, x) == ERR ? ERR : waddstr(stdscr, str)); in mvaddstr()
|
H A D | _mvwaddstr.c | 51 return (wmove(win, y, x) == ERR ? ERR : waddstr(win, str)); in mvwaddstr()
|
H A D | vwprintw.c | 84 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;
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | addstr.c | 31 waddstr(WINDOW *win, char *str) in waddstr() function
|
H A D | printw.c | 72 return (waddstr(win, buf)); in _sprintw()
|
H A D | mapfile-vers | 165 waddstr;
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 110 #define addstr(str) VOID(waddstr(stdscr, str)) 133 ERR:waddstr(win, str)) 227 extern int waddstr(WINDOW *, char *);
|
/titanic_41/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 67 (void) waddstr(Win(m), Mark(m)); in _post_item() 93 (void) waddstr(Win(m), Description(k)); in _post_item()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 150 (waddstr)(w, str) variable
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 354 waddstr;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 422 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
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 645 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
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 355 waddstr;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 340 waddstr.3xcurses \ 440 waddstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 519 waddstr.3curses \ 606 waddstr.3curses := LINKSRC = curs_addstr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 73 int waddstr(WINDOW *, const char *);
|
H A D | llib-lxcurses | 73 int waddstr(WINDOW *, const char *);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 73 int waddstr(WINDOW *, const char *);
|
H A D | llib-lxcurses | 73 int waddstr(WINDOW *, const char *);
|