Searched refs:whline (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_hline.c51 return (whline(stdscr, horch, num_chars));
H A D_mvwhline.c51 return (wmove(win, y, x) == ERR ? ERR : whline(win, c, n));
H A Dwhline.c47 whline(WINDOW *win, chtype horch, int num_chars) function
H A Dllib-lcurses1161 /* whline.c */
1162 int whline(WINDOW *win, chtype ch, int num_chars);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwhln.c50 whline(WINDOW *w, chtype h, int n) function
H A Dhln.c56 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 Dhln.c57 code = whline(stdscr, h, n);
74 code = whline(stdscr, h, n);
91 code = whline(w, h, n);
H A Dwhln.c47 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 Dllib-lcurses925 int whline(WINDOW *, chtype, int);
H A Dllib-lxcurses909 int whline(WINDOW *, chtype, int);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses909 int whline(WINDOW *, chtype, int);
H A Dllib-lxcurses909 int whline(WINDOW *, chtype, int);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h641 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 Dcurses.h687 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 DMakefile.com95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile373 whline.3xcurses \
587 whline.3xcurses := LINKSRC = hline.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile546 whline.3curses \
662 whline.3curses := LINKSRC = curs_border.3curses

Completed in 91 milliseconds