Home
last modified time | relevance | path

Searched refs:drawsquare (Results 1 – 3 of 3) sorted by relevance

/src/contrib/bsddialog/lib/
H A Dslider.c250 drawsquare(struct bsddialog_conf *conf, WINDOW *win, enum elevation elev, in drawsquare() function
430 drawsquare(conf, start_win, RAISED, sel == START_WIN, "%15lu", *start); in bsddialog_slider()
431 drawsquare(conf, end_win, RAISED, sel == END_WIN, "%15lu", *end); in bsddialog_slider()
432 drawsquare(conf, size_win, RAISED, 0, "%15lu", size); in bsddialog_slider()
433 drawsquare(conf, step_win, RAISED, sel == STEP_WIN, "%15d", ctl.step); in bsddialog_slider()
H A Dtimebox.c45 drawsquare(struct bsddialog_conf *conf, WINDOW *win, unsigned int value, in drawsquare() function
127 drawsquare(conf, c[i].win, c[i].value, sel == i); in bsddialog_timebox()
H A Ddatebox.c230 drawsquare(struct bsddialog_conf *conf, WINDOW *win, enum elevation elev, in drawsquare() function
363 drawsquare(conf, mm_win, RAISED, "%15s", mm, sel == 0); in bsddialog_calendar()
364 drawsquare(conf, yy_win, RAISED, "%15d", yy, sel == 1); in bsddialog_calendar()
634 drawsquare(conf, di[i].win, LOWERED, di[i].fmt, in bsddialog_datebox()