Home | History | Annotate | Download | only in Core

Lines Matching defs:sect

41   iterator sect, sectEnd = end();
42 for (sect = begin(); sect != sectEnd; ++sect) {
43 if ((*sect)->name() == pName)
44 return *sect;
51 const_iterator sect, sectEnd = end();
52 for (sect = begin(); sect != sectEnd; ++sect) {
53 if ((*sect)->name() == pName)
54 return *sect;