Home | History | Annotate | Download | only in src

Lines Matching refs:curblock

2726 	avrule_block_t *curblock = state->base->global;
2740 while (curblock) {
2741 avrule_decl_t *decl = curblock->enabled;
2793 prevblock = curblock;
2794 curblock = curblock->next;
2800 state->base->global = curblock;
2950 avrule_block_t *curblock;
3100 for (curblock = state.base->global; curblock != NULL;
3101 curblock = curblock->next) {
3102 avrule_decl_t *decl = curblock->enabled;