Home
last modified time | relevance | path

Searched refs:winstr (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c125 #undef winstr
128 winstr(WINDOW *w, char *s) in winstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_instr.c49 return (winstr(stdscr, s)); in instr()
H A D_mvinstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : winstr(stdscr, s)); in mvinstr()
H A D_mvwinstr.c49 return (wmove(win, y, x) == ERR ? ERR : winstr(win, s)); in mvwinstr()
H A Dwinstr.c46 winstr(WINDOW *win, char *str) in winstr() function
H A Dcurses.ed432 extern int winstr(WINDOW *, char *);
551 winsnstr(), winstr(), wmove(), wnoutrefresh(), wredrawln(),
752 extern int winstr(WINDOW *, char *);
862 winsstr(), winstr(), wstandend(), wstandout();
934 #define instr(str) winstr(stdscr, (str))
986 #define winstr(win, str) \
1014 extern int winstr(WINDOW *, char *);
1027 touchwin(), redrawwin(), winchstr(), winstr(),
1138 (wmove(win, y, x) == ERR ? ERR : winstr(win, str))
H A Dmapfile-vers345 winstr;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnstr.c148 (winstr)(w, s) variable
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h682 extern int winstr(WINDOW *, char *);
1010 #define instr(s) winstr(stdscr,s)
1014 #define mvwinstr(w,y,x,s) (wmove(w,y,x)?ERR:winstr(w,s))
1015 #define winstr(w,s) winnstr(w,s,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h698 extern int winstr(WINDOW *, char *);
1007 #define instr(s) winstr(stdscr, s)
1018 (wmove(__w1 = (w), y, x) ? (s, ERR) : winstr(__w1, s))
1020 #define winstr(w, s) (winnstr(w, s, -1), OK) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers403 winstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers404 winstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile391 winstr.3xcurses \
630 winstr.3xcurses := LINKSRC = innstr.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com97 winnstr.o winsch.o winsdelln.o winsnstr.o winstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile558 winstr.3curses \
786 winstr.3curses := LINKSRC = curs_instr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc459 link path=usr/share/man/man3xcurses/winstr.3xcurses target=innstr.3xcurses
H A Dsystem-library.man3curses.inc702 link path=usr/share/man/man3curses/winstr.3curses target=curs_instr.3curses