Searched refs:waddnstr (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A D_addnstr.c51 return (waddnstr(stdscr, s, n));
H A D_waddstr.c51 return (waddnstr(win, str, -1));
H A D_mvaddnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n));
H A Dwaddnwstr.c49 /* now call waddnstr to do the real work */
50 return (waddnstr(win, sp, -1));
H A D_mvwaddnstr.c51 return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n));
H A Dwaddnstr.c50 waddnstr(WINDOW *win, char *tstr, int i) function
65 fprintf(outf, "waddnstr(stdscr, ");
67 fprintf(outf, "waddnstr(%o, ", win);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c56 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 Dvw_print.c72 rv = waddnstr(w, buffer, -1);
H A Dvwprintw.c77 rv = waddnstr(w, buffer, -1);
H A Dwaddnstr.c32 * 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
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c57 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 Dvw_print.c73 return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
H A Dvwprintw.c82 return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
H A Dwaddnstr.c30 * 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));
/osnet-11/usr/src/lib/libeti/form/common/
H A Dutility.c119 (void) waddnstr(w, v, n);
264 (void) waddnstr(w, v, n);
278 (void) waddnstr(w, v, n);
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dpost.c78 (void) waddnstr(Win(m), Name(k), MaxName(m));
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com64 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/osnet-11/usr/src/lib/libxcurses2/
H A DMakefile.com62 copywin.o key_name.o scrreg.o waddnstr.o wsyncdn.o \
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h421 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)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h643 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)
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses828 * waddnstr.c
830 int waddnstr(WINDOW *, const char *, int);
H A Dllib-lxcurses812 * waddnstr.c
814 int waddnstr(WINDOW *, const char *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses812 * waddnstr.c
814 int waddnstr(WINDOW *, const char *, int);
H A Dllib-lxcurses812 * waddnstr.c
814 int waddnstr(WINDOW *, const char *, int);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com90 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \

Completed in 120 milliseconds

12