/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 74 #undef mvwhline 77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 79 #undef mvwhline 82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _mvhline.c | 51 return (mvwhline(stdscr, y, x, c, n)); in mvhline()
|
H A D | _mvwhline.c | 49 mvwhline(WINDOW *win, int y, int x, chtype c, int n) in mvwhline() function
|
H A D | mapfile-vers | 482 mvwhline;
|
H A D | curses.ed | 707 extern int mvwhline(WINDOW *, int, int, chtype, int); 849 mvwgetch(), mvwgetstr(), mvwhline(), mvwinchnstr(), 1072 mvwhline(stdscr, y, x, c, num) 1129 #define mvwhline(win, y, x, c, num) \
|
H A D | llib-lcurses | 413 int mvwhline(WINDOW *win, int y, int x, chtype c, int n);
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 228 mvwhline;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 230 mvwhline;
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 243 mvwhline.3xcurses \ 584 mvwhline.3xcurses := LINKSRC = hline.3xcurses
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 637 extern int mvwhline(WINDOW *, int, int, chtype, int); 977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 531 extern int mvwhline(WINDOW *, int, int, chtype, int); 945 #define mvwhline(w, y, x, ch, n) \ macro
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 352 int mvwhline(WINDOW *, int, int, chtype, int);
|
H A D | llib-lxcurses | 352 int mvwhline(WINDOW *, int, int, chtype, int);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 352 int mvwhline(WINDOW *, int, int, chtype, int);
|
H A D | llib-lxcurses | 352 int mvwhline(WINDOW *, int, int, chtype, int);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 286 link path=usr/share/man/man3xcurses/mvwhline.3xcurses target=hline.3xcurses
|
/titanic_44/ |
H A D | .gitignore | 7944 usr/src/man/man3xcurses/mvwhline.3xcurses
|