/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _hline.c | 51 return (whline(stdscr, horch, num_chars));
|
H A D | _mvwhline.c | 51 return (wmove(win, y, x) == ERR ? ERR : whline(win, c, n));
|
H A D | whline.c | 47 whline(WINDOW *win, chtype horch, int num_chars) function
|
H A D | llib-lcurses | 1161 /* whline.c */ 1162 int whline(WINDOW *win, chtype ch, int num_chars);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | whln.c | 50 whline(WINDOW *w, chtype h, int n) function
|
H A D | hln.c | 56 code = whline(stdscr, h, n); 69 code = whline(stdscr, h, n); 82 code = whline(w, h, n);
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 57 code = whline(stdscr, h, n); 74 code = whline(stdscr, h, n); 91 code = whline(w, h, n);
|
H A D | whln.c | 47 whline(WINDOW *w, chtype h, int n) function 53 __m_trace("whline(%p, %ld, %d)", w, h, n); 59 return __m_return_code("whline", code); 69 __m_trace("whline(%p, %ld, %d)", w, v, n);
|
/illumos-gate/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);
|
/illumos-gate/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);
|
/illumos-gate/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))
|
/illumos-gate/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))
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 373 whline.3xcurses \ 587 whline.3xcurses := LINKSRC = hline.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 546 whline.3curses \ 662 whline.3curses := LINKSRC = curs_border.3curses
|