Home
last modified time | relevance | path

Searched refs:winnwstr (Results 1 – 25 of 26) sorted by relevance

12

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c58 code = winnwstr(stdscr, wcs, n); in innwstr()
71 code = winnwstr(stdscr, wcs, n); in mvinnwstr()
84 code = winnwstr(w, wcs, n); in mvwinnwstr()
96 code = winnwstr(stdscr, wcs, -1); in inwstr()
109 code = winnwstr(stdscr, wcs, -1); in mvinwstr()
122 code = winnwstr(w, wcs, -1); in mvwinwstr()
134 code = winnwstr(w, wcs, -1); in winwstr()
H A Dwinnwstr.c52 winnwstr(WINDOW *w, wchar_t *wcs, int n) in winnwstr() function
/titanic_50/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.c47 winnwstr(w, wcs, n) in winnwstr() function
/titanic_50/usr/src/lib/libcurses/screen/
H A D_innwstr.c42 return (winnwstr(stdscr, ws, n)); in innwstr()
H A D_mvwinnwstr.c42 return ((wmove(win, y, x) == ERR ? ERR : winnwstr(win, ws, n))); in mvwinnwstr()
H A Dwinnwstr.c44 winnwstr(WINDOW *win, wchar_t *wstr, int ncols) in winnwstr() function
H A Dmapfile-vers338 winnwstr;
H A Dcurses.ed479 extern int winnwstr(WINDOW *, wchar_t *, int);
567 wgetwstr(), winnwstr(), winsnwstr(), winswch(),
949 #define innwstr(ws, n) winnwstr(stdscr, ws, n)
1162 (wmove(win, y, x) == ERR ? ERR : winnwstr(win, ws, n))
H A Dllib-lcurses1176 /* winnwstr.c */
1177 int winnwstr(WINDOW *win, wchar_t *wstr, int ncols);
/titanic_50/usr/src/lib/libxcurses2/
H A DMakefile.com52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers396 winnwstr;
/titanic_50/usr/src/lib/libxcurses/
H A DMakefile.com54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_50/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)
/titanic_50/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)
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers397 winnwstr;
/titanic_50/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);
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile382 winnwstr.3xcurses \
637 winnwstr.3xcurses := LINKSRC = innwstr.3xcurses
/titanic_50/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);
/titanic_50/usr/src/lib/libcurses/
H A DMakefile.com106 wgetwch.o winnwstr.o winsnwstr.o winswch.o \
/titanic_50/usr/src/man/man3curses/
H A DMakefile551 winnwstr.3curses \
822 winnwstr.3curses := LINKSRC = curs_inwstr.3curses
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc490 link path=usr/share/man/man3xcurses/winnwstr.3xcurses target=innwstr.3xcurses
H A Dsystem-library.man3curses.inc780 link path=usr/share/man/man3curses/winnwstr.3curses target=curs_inwstr.3curses

12