Home | History | Annotate | Download | only in src

Lines Matching refs:branch_list

1773 	for (decl = block->branch_list; decl != NULL; decl = decl->next) {
1793 new_block->branch_list = new_decl;
2082 ret = is_decl_requires_met(state, cur->branch_list, &req);
2086 char *mod_name = cur->branch_list->module_name ?
2087 cur->branch_list->module_name : "BASE";
2102 mod_name, cur->branch_list->decl_id,
2108 mod_name, cur->branch_list->decl_id,
2116 mod_name, cur->branch_list->decl_id,
2126 mod_name, cur->branch_list->decl_id,
2145 char *mod_name = cur->branch_list->module_name ?
2146 cur->branch_list->module_name : "BASE";
2201 block->enabled = block->branch_list;
2203 for (decl = block->branch_list->next; decl != NULL;
2215 decl = block->branch_list;
2251 if (block->branch_list->next != NULL) {
2252 block->enabled = block->branch_list->next;
2253 block->branch_list->next->enabled = 1;
2274 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
2320 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
2353 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
2382 avrule_decl_t *decl = cur->branch_list;