Home
last modified time | relevance | path

Searched refs:whline (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c54 code = whline(stdscr, h, n); in hline()
67 code = whline(stdscr, h, n); in mvhline()
80 code = whline(w, h, n); in mvwhline()
H A Dwhln.c48 whline(WINDOW *w, chtype h, int n) in whline() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c55 code = whline(stdscr, h, n); in hline()
72 code = whline(stdscr, h, n); in mvhline()
89 code = whline(w, h, n); in mvwhline()
H A Dwhln.c45 whline(WINDOW *w, chtype h, int n) in whline() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_hline.c49 return (whline(stdscr, horch, num_chars)); in hline()
H A D_mvwhline.c49 return (wmove(win, y, x) == ERR ? ERR : whline(win, c, n)); in mvwhline()
H A Dwhline.c45 whline(WINDOW *win, chtype horch, int num_chars) in whline() function
H A Dmapfile-vers333 whline;
H A Dcurses.ed424 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))
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers390 whline;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h639 extern int whline(WINDOW *, chtype, int);
971 #define hline(ch,n) whline(stdscr,ch,n)
975 #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.h685 extern int whline(WINDOW *, chtype, int);
935 #define hline(ch, n) whline(stdscr, ch, n)
944 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : whline(__w1, ch, n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers391 whline;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile373 whline.3xcurses \
587 whline.3xcurses := LINKSRC = hline.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com96 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile546 whline.3curses \
662 whline.3curses := LINKSRC = curs_border.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc437 link path=usr/share/man/man3xcurses/whline.3xcurses target=hline.3xcurses
H A Dsystem-library.man3curses.inc688 link path=usr/share/man/man3curses/whline.3curses target=curs_border.3curses