Home
last modified time | relevance | path

Searched refs:last_avrule (Results 1 – 1 of 1) sorted by relevance

/external/selinux/checkpolicy/
Dmodule_compiler.c34 avrule_t *last_avrule; member
1359 if (stack_top->last_avrule == NULL) { in append_avrule()
1362 stack_top->last_avrule->next = avrule; in append_avrule()
1364 stack_top->last_avrule = avrule; in append_avrule()
1439 stack_top->last_avrule = NULL; in begin_optional()
1477 stack_top->last_avrule = NULL; in begin_optional_else()