/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 54 code = waddnstr(stdscr, str, n); in addnstr() 67 code = waddnstr(stdscr, str, n); in mvaddnstr() 80 code = waddnstr(w, str, n); in mvwaddnstr() 92 code = waddnstr(stdscr, str, -1); in addstr() 105 code = waddnstr(stdscr, str, -1); in mvaddstr() 118 code = waddnstr(w, str, -1); in mvwaddstr() 130 code = waddnstr(w, str, -1); in waddstr()
|
H A D | vw_print.c | 70 rv = waddnstr(w, buffer, -1); in vw_printw()
|
H A D | waddnstr.c | 51 waddnstr(WINDOW *w, const char *str, int n) in waddnstr() function
|
H A D | vwprintw.c | 75 rv = waddnstr(w, buffer, -1); in vwprintw()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 55 code = waddnstr(stdscr, str, n); 73 code = waddnstr(stdscr, str, n); 92 code = waddnstr(w, str, n); 107 code = waddnstr(stdscr, str, -1); 124 code = waddnstr(stdscr, str, -1); 142 code = waddnstr(w, str, -1); 158 code = waddnstr(w, str, -1);
|
H A D | vw_print.c | 71 return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
|
H A D | vwprintw.c | 80 return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
|
H A D | waddnstr.c | 46 waddnstr(w, str, n) in waddnstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _addnstr.c | 49 return (waddnstr(stdscr, s, n)); in addnstr()
|
H A D | _waddstr.c | 49 return (waddnstr(win, str, -1)); in waddstr()
|
H A D | _mvaddnstr.c | 49 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n)); in mvaddnstr()
|
H A D | waddnwstr.c | 47 return (waddnstr(win, sp, -1)); in waddnwstr()
|
H A D | _mvwaddnstr.c | 49 return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n)); in mvwaddnstr()
|
H A D | waddnstr.c | 48 waddnstr(WINDOW *win, char *tstr, int i) in waddnstr() function
|
H A D | curses.ed | 414 extern int waddnstr(WINDOW *, char *, int); 546 extern int waddch(), waddchnstr(), waddnstr(), wbkgd(), 900 #define addnstr(s, n) waddnstr(stdscr, s, n) 1112 (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n)) 1202 #define waddstr(win, str) waddnstr((win), (str), -1)
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 345 (void) waddnstr(w, v, (int)(vend - v)); in _new_line() 455 (void) waddnstr(w, v, (int)(vend - v)); in _del_prev() 499 (void) waddnstr(w, v, (int)(_data_end(v, (int)(t - v)) - v)); in _del_word()
|
H A D | utility.c | 117 (void) waddnstr(w, v, n); in _buf_to_win() 262 (void) waddnstr(w, v, n); in justify() 276 (void) waddnstr(w, v, n); in unjustify()
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 76 (void) waddnstr(Win(m), Name(k), MaxName(m)); in _post_item()
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 64 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 641 extern int waddnstr(WINDOW *, const char *, int); 777 #define addnstr(s, n) waddnstr(stdscr, s, n) 786 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n)) 791 #define waddstr(w, wcs) waddnstr(w, wcs, -1)
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 419 extern int waddnstr(WINDOW *, const char *, int); 856 #define addnstr(s,n) waddnstr(stdscr,s,n) 860 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) 862 #define waddstr(w,wcs) waddnstr(w,wcs,-1)
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 66 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 352 waddnstr;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 353 waddnstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 338 waddnstr.3xcurses \ 439 waddnstr.3xcurses := LINKSRC = addnstr.3xcurses
|