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 */
117 /* the first declaration within the global avrule
1228 void append_avrule(avrule_t * avrule)
1240 decl->avrules = avrule;
1242 stack_top->last_avrule->next = avrule;
1244 stack_top->last_avrule = avrule;
1300 /* allocate a new avrule block for this optional block */
1350 avrule block, built from pass 1 */
1453 s->u.avrule = va_arg(ap, avrule_block_t *);