Home
last modified time | relevance | path

Searched refs:winchstr (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinchn.c125 #undef winchstr
128 winchstr(WINDOW *w, chtype *chs) in winchstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_inchstr.c51 return (winchstr(stdscr, s)); in inchstr()
H A Dwinchstr.c48 winchstr(WINDOW *win, chtype *str) in winchstr() function
H A D_mvinchstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winchstr(stdscr, s)); in mvinchstr()
H A D_mvwinchstr.c51 return (wmove(win, y, x) == ERR ? ERR : winchstr(win, str)); in mvwinchstr()
H A Dcurses.ed427 extern int winchstr(WINDOW *, chtype *);
549 winchstr(), winnstr(), winsch(),
749 extern int winchstr(WINDOW *, chtype *);
861 wdeleteln(), werase(), winchstr(), winsertln(),
936 #define inchstr(str) winchstr(stdscr, str)
984 #define winchstr(win, str) \
1013 extern int winchstr(WINDOW *, chtype *);
1027 touchwin(), redrawwin(), winchstr(), winstr(),
1142 (wmove(win, y, x) == ERR ? ERR : winchstr(win, str))
H A Dmapfile-vers336 winchstr;
H A Dllib-lcurses1170 /* winchstr.c */
1171 int winchstr(WINDOW *win, chtype *string);
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinchn.c150 (winchstr)(w, chs) variable
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers394 winchstr;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h666 extern int winchstr(WINDOW *, chtype *);
996 #define inchstr(chs) winchstr(stdscr,chs)
1000 #define mvwinchstr(w,y,x,chs) (wmove(w,y,x)?ERR:winchstr(w,chs))
1001 #define winchstr(w,chs) winchnstr(w,chs,-1) macro
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h691 extern int winchstr(WINDOW *, chtype *);
978 #define inchstr(chs) winchstr(stdscr, chs)
989 (wmove(__w1 = (w), y, x) ? (chs, ERR) : winchstr(__w1, chs))
991 #define winchstr(w, chs) winchnstr(w, chs, -1) macro
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers395 winchstr;
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile380 winchstr.3xcurses \
620 winchstr.3xcurses := LINKSRC = inchnstr.3xcurses
/titanic_44/usr/src/lib/libcurses/
H A DMakefile.com95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/titanic_44/usr/src/man/man3curses/
H A DMakefile549 winchstr.3curses \
738 winchstr.3curses := LINKSRC = curs_inchstr.3curses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses401 int winchstr(WINDOW *, chtype *);
H A Dllib-lxcurses401 int winchstr(WINDOW *, chtype *);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses401 int winchstr(WINDOW *, chtype *);
H A Dllib-lxcurses401 int winchstr(WINDOW *, chtype *);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc488 link path=usr/share/man/man3xcurses/winchstr.3xcurses target=inchnstr.3xcurses
H A Dsystem-library.man3curses.inc777 link path=usr/share/man/man3curses/winchstr.3curses \
/titanic_44/
H A D.gitignore5975 usr/src/man/man3curses/winchstr.3curses
8081 usr/src/man/man3xcurses/winchstr.3xcurses