Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:avrule

25 	avrule_block_t *avrule;
31 int type; /* for above union: 1 = avrule block, 2 = conditional */
32 avrule_decl_t *decl; /* if in an avrule block, which
35 int in_else; /* if in an avrule block, within ELSE branch */
88 /* the first declaration within the global avrule
1347 void append_avrule(avrule_t * avrule)
1359 decl->avrules = avrule;
1361 stack_top->last_avrule->next = avrule;
1363 stack_top->last_avrule = avrule;
1419 /* allocate a new avrule block for this optional block */
1469 avrule block, built from pass 1 */
1572 s->u.avrule = va_arg(ap, avrule_block_t *);