Searched refs:section_list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmerge_driinfo.py165 def merge_sections(section_list):
167 section_list: list of Section objects to be merged, all of the same name
170 merged_section = Section(section_list[0].name)
172 for section in section_list:
/xsrc/external/mit/xman/dist/
H A Dman.c44 static void ReadMandescFile(SectionList ** section_list, char *path);
277 * section_list - pointer to the list of sections.
282 ReadMandescFile(SectionList ** section_list, char *path) argument
314 AddNewSection(section_list, path, local_file, cp,
317 AddNewSection(section_list, path, local_file, cp,
320 AddNewSection(section_list, path, local_file, cp,
323 AddNewSection(section_list, path, local_file, cp,
327 AddNewSection(section_list, path, local_file, cp, MNULL);
332 AddNewSection(section_list, path, local_file, (string + 1),
337 AddNewSection(section_list, pat
[all...]

Completed in 3 milliseconds