/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inchn.c | 125 #undef winchstr 128 winchstr(WINDOW *w, chtype *chs) in winchstr() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _inchstr.c | 51 return (winchstr(stdscr, s)); in inchstr()
|
H A D | winchstr.c | 48 winchstr(WINDOW *win, chtype *str) in winchstr() function
|
H A D | _mvinchstr.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : winchstr(stdscr, s)); in mvinchstr()
|
H A D | _mvwinchstr.c | 51 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;
|
H A D | llib-lcurses | 1170 /* winchstr.c */ 1171 int winchstr(WINDOW *win, chtype *string);
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inchn.c | 150 (winchstr)(w, chs) variable
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 394 winchstr;
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 666 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 D | curses.h | 691 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 D | mapfile-vers | 395 winchstr;
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 380 winchstr.3xcurses \ 620 winchstr.3xcurses := LINKSRC = inchnstr.3xcurses
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile.com | 95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 549 winchstr.3curses \ 738 winchstr.3curses := LINKSRC = curs_inchstr.3curses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 401 int winchstr(WINDOW *, chtype *);
|
H A D | llib-lxcurses | 401 int winchstr(WINDOW *, chtype *);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 401 int winchstr(WINDOW *, chtype *);
|
H A D | llib-lxcurses | 401 int winchstr(WINDOW *, chtype *);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 488 link path=usr/share/man/man3xcurses/winchstr.3xcurses target=inchnstr.3xcurses
|
H A D | system-library.man3curses.inc | 777 link path=usr/share/man/man3curses/winchstr.3curses \
|
/titanic_44/ |
H A D | .gitignore | 5975 usr/src/man/man3curses/winchstr.3curses 8081 usr/src/man/man3xcurses/winchstr.3xcurses
|