Lines Matching defs:state
82 #define RENDER_UNCONDITIONAL 0x0001 /* render all regardless of enabled state */
187 p->bool_val_to_struct[i]->state);
235 fprintf(fp, "current state: %d\n", cur->cur_state);
263 static int change_bool(char *name, int state, policydb_t * p, FILE * fp)
272 bool->state = state;
402 int state;
495 printf("state? ");
504 state = 1;
506 state = 0;
508 change_bool(name, state, &policydb, out_fp);