Searched refs:winnwstr (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_innwstr.c42 return (winnwstr(stdscr, ws, n));
H A D_mvwinnwstr.c42 return ((wmove(win, y, x) == ERR ? ERR : winnwstr(win, ws, n)));
H A Dwinnwstr.c44 winnwstr(WINDOW *win, wchar_t *wstr, int ncols) function
H A Dllib-lcurses1176 /* winnwstr.c */
1177 int winnwstr(WINDOW *win, wchar_t *wstr, int ncols);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c58 code = winnwstr(stdscr, wcs, n);
71 code = winnwstr(stdscr, wcs, n);
84 code = winnwstr(w, wcs, n);
96 code = winnwstr(stdscr, wcs, -1);
109 code = winnwstr(stdscr, wcs, -1);
122 code = winnwstr(w, wcs, -1);
134 code = winnwstr(w, wcs, -1);
H A Dwinnwstr.c32 * winnwstr.c
44 "libxcurses/src/libc/xcurses/rcs/winnwstr.c 1.4 1998/05/27 19:20:06 "
52 winnwstr(WINDOW *w, wchar_t *wcs, int n) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c57 code = winnwstr(stdscr, wcs, n);
75 code = winnwstr(stdscr, wcs, n);
94 code = winnwstr(w, wcs, n);
109 code = winnwstr(stdscr, wcs, -1);
126 code = winnwstr(stdscr, wcs, -1);
144 code = winnwstr(w, wcs, -1);
160 code = winnwstr(w, wcs, -1);
H A Dwinnwstr.c30 * winnwstr.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/winnwstr.c 1.1 1995/06/14 15:26:07 ant Exp $";
47 winnwstr(w, wcs, n) function
56 __m_trace("winnwstr(%p, %p, %d)", w, wcs, n);
77 return __m_return_code("winnwstr", OK);
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com53 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/osnet-11/usr/src/lib/libxcurses2/
H A DMakefile.com51 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h685 extern int winnwstr(WINDOW *, wchar_t *, int);
1019 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n)
1023 #define mvwinnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:winnwstr(w,wcs,n))
1025 #define winwstr(w,wcs) winnwstr(w,wcs,-1)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h693 extern int winnwstr(WINDOW *, wchar_t *, int);
1023 #define innwstr(wcs, n) winnwstr(stdscr, wcs, n)
1033 winnwstr(__w1, wcs, n))
1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK)
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses960 * winnwstr.c
962 int winnwstr(WINDOW *, wchar_t *, int);
H A Dllib-lxcurses944 * winnwstr.c
946 int winnwstr(WINDOW *, wchar_t *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses944 * winnwstr.c
946 int winnwstr(WINDOW *, wchar_t *, int);
H A Dllib-lxcurses944 * winnwstr.c
946 int winnwstr(WINDOW *, wchar_t *, int);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com104 wgetwch.o winnwstr.o winsnwstr.o winswch.o \

Completed in 104 milliseconds