Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c92 code = wvline(stdscr, v, n); in vline()
105 code = wvline(stdscr, v, n); in mvvline()
118 code = wvline(w, v, n); in mvwvline()
H A Dwhln.c60 wvline(WINDOW *w, chtype v, int n) in wvline() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c105 code = wvline(stdscr, v, n); in vline()
122 code = wvline(stdscr, v, n); in mvvline()
139 code = wvline(w, v, n); in mvwvline()
H A Dwhln.c61 wvline(WINDOW *w, chtype v, int n) in wvline() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_vline.c49 return (wvline(stdscr, vertch, num_chars)); in vline()
H A D_mvwvline.c49 return (wmove(win, y, x) == ERR ? ERR : wvline(win, c, n)); in mvwvline()
H A Dwvline.c46 wvline(WINDOW *win, chtype vertch, int num_chars) in wvline() function
H A Dmapfile-vers368 wvline;
H A Dcurses.ed425 extern int wvline(WINDOW *, chtype, int);
548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(),
931 #define vline(c, num) wvline(stdscr, c, num)
1132 (wmove(win, y, x) == ERR ? ERR : wvline(win, c, num))
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers425 wvline;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h720 extern int wvline(WINDOW *, chtype, int);
936 #define vline(ch, n) wvline(stdscr, ch, n)
947 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : wvline(__w1, ch, n))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h641 extern int wvline(WINDOW *, chtype, int);
972 #define vline(ch,n) wvline(stdscr,ch,n)
976 #define mvwvline(w,y,x,ch,n) (wmove(w,y,x)?ERR:wvline(w,ch,n))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers426 wvline;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile407 wvline.3xcurses \
588 wvline.3xcurses := LINKSRC = hline.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com100 wtimeout.o wtouchln.o wvline.o pair_cont.o start_col.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile581 wvline.3curses
663 wvline.3curses := LINKSRC = curs_border.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc478 link path=usr/share/man/man3xcurses/wvline.3xcurses target=hline.3xcurses
H A Dsystem-library.man3curses.inc731 link path=usr/share/man/man3curses/wvline.3curses target=curs_border.3curses