Lines Matching refs:check_attr

138 } check_attr[] =  variable
209 static const size_t check_attr_num = G_N_ELEMENTS (check_attr);
255 return ((check_attr[i].flags & EXT2_FL_USER_MODIFIABLE) != 0); in chattr_is_modifiable()
266 str[i] = (attr & check_attr[i].flags) != 0 ? check_attr[i].attr : '-'; in chattr_fill_str()
399 check_attr[Id].selected = !check_attr[Id].selected; in chattr_toggle_select()
402 chattr_draw_select (w, check_attr[Id].selected); in chattr_toggle_select()
468 chattr_draw_select (WIDGET (l->data), check_attr[i].selected); in chattrboxes_draw()
494 g_snprintf (btext, sizeof (btext), "(%c) %s", check_attr[m].attr, check_attr[m].text); in chattrboxes_rename()
496 c->state = check_attr[m].state; in chattrboxes_rename()
519 check_attr[m].state = CHECK (l->data)->state; in checkboxes_save_state()
792 flags ^= check_attr[m].flags; in chattrboxes_callback()
905 check = check_new (i, 0, check_attr[m].state, NULL); in chattrboxes_new()
926 check_attr[i].selected = FALSE; in chattr_init()
939 check_attr[i].text = _(check_attr[i].text); in chattr_init()
944 width = 4 + str_term_width1 (check_attr[i].text); /* "(Q) text " */ in chattr_init()
981 check_attr[i].state = chattr_is_modifiable (i) && (attr & check_attr[i].flags) != 0; in chattr_dlg_create()
1282 if (chattr_is_modifiable (i) && (check_attr[i].selected || result == B_SETALL)) in chattr_cmd()
1284 if (check_attr[i].state) in chattr_cmd()
1285 or_mask |= check_attr[i].flags; in chattr_cmd()
1287 and_mask &= ~check_attr[i].flags; in chattr_cmd()
1300 if (chattr_is_modifiable (i) && check_attr[i].selected) in chattr_cmd()
1301 or_mask |= check_attr[i].flags; in chattr_cmd()
1313 if (chattr_is_modifiable (i) && check_attr[i].selected) in chattr_cmd()
1314 and_mask &= ~check_attr[i].flags; in chattr_cmd()