Lines Matching refs:section_add
193 struct section_add struct
196 struct section_add *next; argument
210 static struct section_add *add_sections; argument
213 static struct section_add *update_sections;
216 static struct section_add *dump_sections;
1283 struct section_add *pupdate; in is_update_section()
2796 struct section_add *padd; in copy_object()
2868 struct section_add *pupdate; in copy_object()
2950 struct section_add * pdump; in copy_object()
3238 struct section_add *padd; in copy_object()
3253 struct section_add *pupdate; in copy_object()
4916 static struct section_add *
4918 struct section_add *next, in init_section_add()
4921 struct section_add *pa; in init_section_add()
4928 pa = (struct section_add *) xmalloc (sizeof (struct section_add)); in init_section_add()
4944 section_add_load_file (struct section_add *pa) in section_add_load_file()