Symbol: whline_set
usr/src/lib/libxcurses/h/curses.h
640
extern int whline_set(WINDOW *, const cchar_t *, int);
usr/src/lib/libxcurses/h/curses.h
978
#define hline_set(cp,n) whline_set(stdscr,cp,n)
usr/src/lib/libxcurses/h/curses.h
982
#define mvwhline_set(w,y,x,cp,n) (wmove(w,y,x)?ERR:whline_set(w,cp,n))
usr/src/lib/libxcurses/src/libc/xcurses/hln_st.c
55
code = whline_set(stdscr, h, n);
usr/src/lib/libxcurses/src/libc/xcurses/hln_st.c
72
code = whline_set(stdscr, h, n);
usr/src/lib/libxcurses/src/libc/xcurses/hln_st.c
89
code = whline_set(w, h, n);
usr/src/lib/libxcurses/src/libc/xcurses/wbrdr_st.c
80
(void) whline_set(w, ts, w->_maxx-2);
usr/src/lib/libxcurses/src/libc/xcurses/wbrdr_st.c
82
(void) whline_set(w, bs, w->_maxx-2);
usr/src/lib/libxcurses/src/libc/xcurses/whln.c
55
code = whline_set(w, &cc, n);
usr/src/lib/libxcurses2/h/curses.h
686
extern int whline_set(WINDOW *, const cchar_t *, int);
usr/src/lib/libxcurses2/h/curses.h
949
#define hline_set(cp, n) whline_set(stdscr, cp, n)
usr/src/lib/libxcurses2/h/curses.h
958
(wmove(__w1 = (w), y, x) ? (cp, n, ERR) : whline_set(__w1, cp, n))
usr/src/lib/libxcurses2/src/libc/xcurses/hln_st.c
54
code = whline_set(stdscr, h, n);
usr/src/lib/libxcurses2/src/libc/xcurses/hln_st.c
67
code = whline_set(stdscr, h, n);
usr/src/lib/libxcurses2/src/libc/xcurses/hln_st.c
80
code = whline_set(w, h, n);
usr/src/lib/libxcurses2/src/libc/xcurses/wbrdr_st.c
76
(void) whline_set(w, ts, w->_maxx-2);
usr/src/lib/libxcurses2/src/libc/xcurses/wbrdr_st.c
78
(void) whline_set(w, bs, w->_maxx-2);
usr/src/lib/libxcurses2/src/libc/xcurses/whln.c
54
code = whline_set(w, &cc, n);