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

/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_hline.c37 ** The routine whline().
46 whline(WINDOW *win, chtype ch, int n) function
52 T((T_CALLED("whline(%p,%s,%d)"), win, _tracechtype(ch), n));
/freebsd-10.1-release/usr.bin/talk/
H A Dinit_disp.c109 #if defined(hline) || defined(whline) || defined(NCURSES_VERSION)
110 whline(line_win, 0, COLS);
222 #if defined(NCURSES_VERSION) || defined(whline)
223 whline(line_win, '-', COLS);
/freebsd-10.1-release/contrib/dialog/
H A Darrows.c133 (void) whline(win, dlg_boxchar(ACS_HLINE), ON_LEFT);
145 (void) whline(win, dlg_boxchar(ACS_HLINE), ON_LEFT);
197 whline(win, dlg_boxchar(ACS_HLINE), 4 - len);
H A Dutil.c1090 whline(win, dlg_boxchar(ACS_HLINE), 4 - len);
/freebsd-10.1-release/contrib/ncurses/include/
H A Dcurses.h.in764 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */
988 #define hline(ch, n) whline(stdscr, ch, n)
1071 #define mvwhline(win,y,x,c,n) (wmove(win,y,x) == ERR ? ERR : whline(win,c,n))
/freebsd-10.1-release/contrib/ncurses/ncurses/
H A Dllib-lncurses1169 #undef whline
1170 int whline(
H A Dllib-lncursest1173 #undef whline
1174 int whline(
H A Dllib-lncursesw1677 #undef whline
1678 int whline(
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h1257 extern int whline(WINDOW *, chtype, int);
/freebsd-10.1-release/lib/ncurses/ncurses/
H A DMakefile616 curs_border.3 whline.3 \

Completed in 86 milliseconds