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

/freebsd-11-stable/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)"), (void *) win, _tracechtype(ch), n));
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcc/
H A Dsys-protos.h1257 extern int whline(WINDOW *, chtype, int);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile634 curs_border.3 whline.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c5180 report_return(whline(win, ch, count));

Completed in 114 milliseconds