Home
last modified time | relevance | path

Searched refs:DARROW (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h75 #define DARROW(c) (c->ascii_lines ? 'v' : ACS_DARROW) macro
H A Dtimebox.c52 mvwhline(win, 2, 1, DARROW(conf), 2); in drawsquare()
H A Ddatebox.c241 mvwhline(win, h-1, w/2 - l/2, DARROW(conf), l); in drawsquare()
269 mvwhline(win, h-1, 15, DARROW(conf), 4); in print_calendar()
H A Dformbox.c541 mvwhline(f->box, h-1, (w / 2) - 2, DARROW(conf), 5); in update_formbox()
H A Dmenubox.c412 mvwhline(m->box, h-1, 2, DARROW(conf), 3); in update_menubox()
/freebsd/contrib/dialog/
H A Dutil.c154 DATA(A_REVERSE, DARROW, darrow, "Down arrow"),