Lines Matching defs:section_add
203 struct section_add
206 struct section_add *next;
220 static struct section_add *add_sections;
223 static struct section_add *update_sections;
226 static struct section_add *dump_sections;
1311 struct section_add *pupdate;
2949 struct section_add *padd;
3024 struct section_add *pupdate;
3109 struct section_add * pdump;
3415 struct section_add *padd;
3430 struct section_add *pupdate;
5282 /* Allocate and return a pointer to a struct section_add, initializing the
5288 static struct section_add *
5290 struct section_add *next,
5293 struct section_add *pa;
5300 pa = (struct section_add *) xmalloc (sizeof (struct section_add));
5316 section_add_load_file (struct section_add *pa)