Searched refs:always_active (Results 1 – 9 of 9) sorted by relevance
373 if (focusbuttons || conf->button.always_active) { in bsddialog_calendar()390 d.bs.curr = conf->button.always_active ? in bsddialog_calendar()410 d.bs.curr = conf->button.always_active ? in bsddialog_calendar()427 d.bs.curr = conf->button.always_active ? in bsddialog_calendar()445 d.bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_calendar()643 if (focusbuttons || conf->button.always_active) { in bsddialog_datebox()663 d.bs.curr = conf->button.always_active ? in bsddialog_datebox()682 d.bs.curr = conf->button.always_active ? in bsddialog_datebox()701 d.bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_datebox()
134 if (focusbuttons || conf->button.always_active) { in bsddialog_timebox()155 conf->button.always_active ? 0 : -1; in bsddialog_timebox()174 conf->button.always_active ? 0 : -1; in bsddialog_timebox()193 d.bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_timebox()
443 if (focusbuttons || conf->button.always_active) { in bsddialog_slider()461 conf->button.always_active ? 0 : -1; in bsddialog_slider()481 conf->button.always_active ? 0 : -1; in bsddialog_slider()499 conf->button.always_active ? 0 : -1; in bsddialog_slider()518 conf->button.always_active ? 0 : -1; in bsddialog_slider()
119 bool always_active; member
651 d->conf->button.always_active || !focusinform, in form_draw()722 if (focusinform && conf->button.always_active == false) { in bsddialog_form()895 conf->button.always_active || !focusinform, in bsddialog_form()
656 conf.button.always_active = true; in gpart_edit()659 conf.button.always_active = false; in gpart_edit()1146 conf.button.always_active = true; in gpart_create()1151 conf.button.always_active = false; in gpart_create()
365 conf->button.always_active = true; in parseargs()650 conf->button.always_active = false; in parseargs()
440 conf->button.always_active = (~rand() & 1) ? true : false; in bikeshed()
42 If conf.button.always_active is true the form is closes immediatly.356 * add: conf.button.always_active to disable buttons/input-boxes switch.