Home | History | Annotate | Download | only in src

Lines Matching full:curblock

2703 	avrule_block_t *curblock = state->base->global;
2717 while (curblock) {
2718 avrule_decl_t *decl = curblock->enabled;
2769 prevblock = curblock;
2770 curblock = curblock->next;
2776 state->base->global = curblock;
2926 avrule_block_t *curblock;
3076 for (curblock = state.base->global; curblock != NULL;
3077 curblock = curblock->next) {
3078 avrule_decl_t *decl = curblock->enabled;