Searched refs:lastSection (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2help.tcl32 if {![info exists lastSection]} {
33 set lastSection {}
35 if {[string compare $lastSection $section]} {
38 set lastSection $section
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2help.tcl31 if {![info exists lastSection]} {
32 set lastSection {}
34 if {[string compare $lastSection $section]} {
37 set lastSection $section
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp459 const macho_section<P>* const lastSection = &sectionsStart[segCmd->nsects()-1]; local
460 uint64_t endSectAddr = lastSection->addr() + lastSection->size();

Completed in 175 milliseconds