/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _addnstr.c | 51 return (waddnstr(stdscr, s, n));
|
H A D | _waddstr.c | 51 return (waddnstr(win, str, -1));
|
H A D | _mvaddnstr.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n));
|
H A D | waddnwstr.c | 49 /* now call waddnstr to do the real work */ 50 return (waddnstr(win, sp, -1));
|
H A D | _mvwaddnstr.c | 51 return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n));
|
H A D | waddnstr.c | 50 waddnstr(WINDOW *win, char *tstr, int i) function 65 fprintf(outf, "waddnstr(stdscr, "); 67 fprintf(outf, "waddnstr(%o, ", win);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 56 code = waddnstr(stdscr, str, n); 69 code = waddnstr(stdscr, str, n); 82 code = waddnstr(w, str, n); 94 code = waddnstr(stdscr, str, -1); 107 code = waddnstr(stdscr, str, -1); 120 code = waddnstr(w, str, -1); 132 code = waddnstr(w, str, -1);
|
H A D | vw_print.c | 72 rv = waddnstr(w, buffer, -1);
|
H A D | vwprintw.c | 77 rv = waddnstr(w, buffer, -1);
|
H A D | waddnstr.c | 32 * waddnstr.c 44 "libxcurses/src/libc/xcurses/rcs/waddnstr.c 1.3 1998/05/26 19:12:39 " 53 waddnstr(WINDOW *w, const char *str, int n) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 57 code = waddnstr(stdscr, str, n); 75 code = waddnstr(stdscr, str, n); 94 code = waddnstr(w, str, n); 109 code = waddnstr(stdscr, str, -1); 126 code = waddnstr(stdscr, str, -1); 144 code = waddnstr(w, str, -1); 160 code = waddnstr(w, str, -1);
|
H A D | vw_print.c | 73 return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
|
H A D | vwprintw.c | 82 return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
|
H A D | waddnstr.c | 30 * waddnstr.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/waddnstr.c 1.3 1995/06/21 20:30:55 ant Exp $"; 48 waddnstr(w, str, n) function 58 __m_trace("waddnstr(%p, %p = \"%s\", %d)", w, str, str, n); 73 return __m_return_code("waddnstr", ERR); 80 return __m_return_code("waddnstr", WFLUSH(w));
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | utility.c | 119 (void) waddnstr(w, v, n); 264 (void) waddnstr(w, v, n); 278 (void) waddnstr(w, v, n);
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 78 (void) waddnstr(Win(m), Name(k), MaxName(m));
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 65 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 63 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 421 extern int waddnstr(WINDOW *, const char *, int); 858 #define addnstr(s,n) waddnstr(stdscr,s,n) 862 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) 864 #define waddstr(w,wcs) waddnstr(w,wcs,-1)
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 643 extern int waddnstr(WINDOW *, const char *, int); 779 #define addnstr(s, n) waddnstr(stdscr, s, n) 788 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n)) 793 #define waddstr(w, wcs) waddnstr(w, wcs, -1)
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 828 * waddnstr.c 830 int waddnstr(WINDOW *, const char *, int);
|
H A D | llib-lxcurses | 812 * waddnstr.c 814 int waddnstr(WINDOW *, const char *, int);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 812 * waddnstr.c 814 int waddnstr(WINDOW *, const char *, int);
|
H A D | llib-lxcurses | 812 * waddnstr.c 814 int waddnstr(WINDOW *, const char *, int);
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 92 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \
|