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 */
89 /* the first declaration within the global avrule
1348 void append_avrule(avrule_t * avrule)
1360 decl->avrules = avrule;
1362 stack_top->last_avrule->next = avrule;
1364 stack_top->last_avrule = avrule;
1420 /* allocate a new avrule block for this optional block */
1470 avrule block, built from pass 1 */
1573 s->u.avrule = va_arg(ap, avrule_block_t *);