Home | History | Annotate | Download | only in src

Lines Matching refs:branch_list

1780 	for (decl = block->branch_list; decl != NULL; decl = decl->next) {
1800 new_block->branch_list = new_decl;
2089 ret = is_decl_requires_met(state, cur->branch_list, &req);
2093 const char *mod_name = cur->branch_list->module_name ?
2094 cur->branch_list->module_name : "BASE";
2109 mod_name, cur->branch_list->decl_id,
2115 mod_name, cur->branch_list->decl_id,
2123 mod_name, cur->branch_list->decl_id,
2133 mod_name, cur->branch_list->decl_id,
2152 const char *mod_name = cur->branch_list->module_name ?
2153 cur->branch_list->module_name : "BASE";
2208 block->enabled = block->branch_list;
2210 for (decl = block->branch_list->next; decl != NULL;
2222 decl = block->branch_list;
2258 if (block->branch_list->next != NULL) {
2259 block->enabled = block->branch_list->next;
2260 block->branch_list->next->enabled = 1;
2281 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
2327 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
2360 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
2389 avrule_decl_t *decl = cur->branch_list;