Searched defs:sections (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libpz/
H A Dpzip.h116 Sfulong_t sections; /* # split sections */ member in struct:Pzcount_s
/ast/src/lib/libast/misc/
H A Doptget.c444 static const Section_t sections[] = variable
503 for (i = 0; i < elementsof(sections); i++)
504 if (section[0] == sections[i].section[0] && (section[1] == sections[i].section[1] || !sections[i].section[1]))
506 s = sections[i].name;

Completed in 16 milliseconds