common.c | 283 struct node *n, *n2, *tmp, *tmp2, *tmproot; local in function:node_expand_includes 302 tmproot = node_new_root(); 304 parse_master_yyin(tmproot, n->n_key); 306 parse_map_yyin(tmproot, n->n_key, NULL); 316 * Entries to be included are now in tmproot. We need to merge 320 &tmproot->n_children, nodehead, n_next, tmp2) { 325 node_delete(tmproot);
|