/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inchn.c | 123 #undef winchstr 126 winchstr(WINDOW *w, chtype *chs) in winchstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _inchstr.c | 49 return (winchstr(stdscr, s)); in inchstr()
|
H A D | winchstr.c | 46 winchstr(WINDOW *win, chtype *str) in winchstr() function
|
H A D | _mvinchstr.c | 49 return (wmove(stdscr, y, x) == ERR ? ERR : winchstr(stdscr, s)); in mvinchstr()
|
H A D | _mvwinchstr.c | 49 return (wmove(win, y, x) == ERR ? ERR : winchstr(win, str)); in mvwinchstr()
|
H A D | curses.ed | 427 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 D | mapfile-vers | 336 winchstr;
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inchn.c | 148 (winchstr)(w, chs) variable
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 689 extern int winchstr(WINDOW *, chtype *); 976 #define inchstr(chs) winchstr(stdscr, chs) 987 (wmove(__w1 = (w), y, x) ? (chs, ERR) : winchstr(__w1, chs)) 989 #define winchstr(w, chs) winchnstr(w, chs, -1) macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 664 extern int winchstr(WINDOW *, chtype *); 994 #define inchstr(chs) winchstr(stdscr,chs) 998 #define mvwinchstr(w,y,x,chs) (wmove(w,y,x)?ERR:winchstr(w,chs)) 999 #define winchstr(w,chs) winchnstr(w,chs,-1) macro
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 394 winchstr;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 395 winchstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 380 winchstr.3xcurses \ 620 winchstr.3xcurses := LINKSRC = inchnstr.3xcurses
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 96 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 549 winchstr.3curses \ 738 winchstr.3curses := LINKSRC = curs_inchstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 447 link path=usr/share/man/man3xcurses/winchstr.3xcurses target=inchnstr.3xcurses
|
H A D | system-library.man3curses.inc | 691 link path=usr/share/man/man3curses/winchstr.3curses target=curs_inchstr.3curses
|