field_by_value
if (field_by_value(keyboard_field_tab, &kbmap)->flags & FLG_GET) {
if (field_by_value(keyboard_field_tab, &repeat.del1)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &repeat.delN)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &dfrepeat.del1)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &dfrepeat.delN)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &ledstate)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &kbdencoding)->flags & FLG_GET)
pf = field_by_value(keyboard_field_tab, &backlight);
if (field_by_value(keyboard_field_tab, &bell.pitch)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &bell.period)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &bell.volume)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &dfbell.pitch)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &dfbell.period)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &dfbell.volume)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &kbmap)->flags & FLG_SET) {
if (field_by_value(keyboard_field_tab, &repeat.del1)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &repeat.delN)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &dfrepeat.del1)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &dfrepeat.delN)->flags & FLG_SET)
if (field_by_value(keyboard_field_tab, &ledstate)->flags & FLG_SET) {
if (field_by_value(keyboard_field_tab, &kbdencoding)->flags & FLG_SET) {
pf = field_by_value(keyboard_field_tab, &backlight);
if (field_by_value(keyboard_field_tab, &kbtype)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &bell.pitch)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &bell.period)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &bell.volume)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &dfbell.pitch)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &dfbell.period)->flags & FLG_GET)
if (field_by_value(keyboard_field_tab, &dfbell.volume)->flags & FLG_GET)
f = field_by_value(mouse_field_tab, &cfg_mtbuttons);
if (field_by_value(mouse_field_tab, &mstype)->flags & FLG_GET)
if (field_by_value(mouse_field_tab, &rawmode)->flags & FLG_GET) {
field_by_value(mouse_field_tab,
if (field_by_value(mouse_field_tab, &wmcoords)->flags & FLG_GET)
field_by_value(mouse_field_tab,
if (field_by_value(mouse_field_tab, &resolution)->flags & FLG_SET) {
if (field_by_value(mouse_field_tab, &rawmode)->flags & FLG_SET) {
field_by_value(mouse_field_tab,
if (field_by_value(mouse_field_tab, &wmcoords)->flags & FLG_SET) {
field_by_value(mouse_field_tab,
field_by_value(mouse_field_tab,
field_by_value(struct field *, void *);