Lines Matching refs:curblock
2744 avrule_block_t *curblock = state->base->global;
2758 while (curblock) {
2759 avrule_decl_t *decl = curblock->enabled;
2810 prevblock = curblock;
2811 curblock = curblock->next;
2817 state->base->global = curblock;
2967 avrule_block_t *curblock;
3116 for (curblock = state.base->global; curblock != NULL;
3117 curblock = curblock->next) {
3118 avrule_decl_t *decl = curblock->enabled;