Searched refs:SECTION_LIST (Results 1 – 4 of 4) sorted by relevance
34 extern const Section* SECTION_LIST[];
477 while (SECTION_LIST[idx] != NULL) { in command()478 const Section* section = SECTION_LIST[idx]; in command()565 for (const Section** section = SECTION_LIST; *section; section++) { in dump()
582 for (const Section** section = SECTION_LIST; *section; section++) { in runReport()
50 const Section* SECTION_LIST[] = { variable