/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 56 code = whline(stdscr, h, n); in hline() 69 code = whline(stdscr, h, n); in mvhline() 82 code = whline(w, h, n); in mvwhline()
|
H A D | whln.c | 50 whline(WINDOW *w, chtype h, int n) in whline() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 57 code = whline(stdscr, h, n); in hline() 74 code = whline(stdscr, h, n); in mvhline() 91 code = whline(w, h, n); in mvwhline()
|
H A D | whln.c | 47 whline(WINDOW *w, chtype h, int n) in whline() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _hline.c | 51 return (whline(stdscr, horch, num_chars)); in hline()
|
H A D | _mvwhline.c | 51 return (wmove(win, y, x) == ERR ? ERR : whline(win, c, n)); in mvwhline()
|
H A D | whline.c | 47 whline(WINDOW *win, chtype horch, int num_chars) in whline() function
|
H A D | mapfile-vers | 333 whline;
|
H A D | curses.ed | 424 extern int whline(WINDOW *, chtype, int); 548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(), 930 #define hline(c, num) whline(stdscr, c, num) 1130 (wmove(win, y, x) == ERR ? ERR : whline(win, c, num))
|
H A D | llib-lcurses | 1161 /* whline.c */ 1162 int whline(WINDOW *win, chtype ch, int num_chars);
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 390 whline;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 391 whline;
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 641 extern int whline(WINDOW *, chtype, int); 973 #define hline(ch,n) whline(stdscr,ch,n) 977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n))
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 687 extern int whline(WINDOW *, chtype, int); 937 #define hline(ch, n) whline(stdscr, ch, n) 946 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : whline(__w1, ch, n))
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 373 whline.3xcurses \ 587 whline.3xcurses := LINKSRC = hline.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 | 546 whline.3curses \ 662 whline.3curses := LINKSRC = curs_border.3curses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 925 int whline(WINDOW *, chtype, int);
|
H A D | llib-lxcurses | 909 int whline(WINDOW *, chtype, int);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 909 int whline(WINDOW *, chtype, int);
|
H A D | llib-lxcurses | 909 int whline(WINDOW *, chtype, int);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 477 link path=usr/share/man/man3xcurses/whline.3xcurses target=hline.3xcurses
|
H A D | system-library.man3curses.inc | 773 link path=usr/share/man/man3curses/whline.3curses target=curs_border.3curses
|
/titanic_44/ |
H A D | .gitignore | 5972 usr/src/man/man3curses/whline.3curses 8074 usr/src/man/man3xcurses/whline.3xcurses
|