MSMap_Segment     109 third_party/codesighs/msmap.h     MSMap_Segment* mSection;
MSMap_Segment     122 third_party/codesighs/msmap.h     MSMap_Segment* mSegments;
MSMap_Segment     314 third_party/codesighs/msmap2tsv.c MSMap_Segment* getSymbolSection(MSMap_Module* inModule, MSMap_Symbol* inoutSymbol)
MSMap_Segment     320 third_party/codesighs/msmap2tsv.c     MSMap_Segment* retval = NULL;
MSMap_Segment     763 third_party/codesighs/msmap2tsv.c             MSMap_Segment* mapSection = NULL;
MSMap_Segment    1402 third_party/codesighs/msmap2tsv.c                                     moved = realloc(inModule->mSegments, sizeof(MSMap_Segment) * (inModule->mSegmentCapacity + MSMAP_SEGMENT_GROWBY));
MSMap_Segment    1406 third_party/codesighs/msmap2tsv.c                                         inModule->mSegments = (MSMap_Segment*)moved;
MSMap_Segment    1417 third_party/codesighs/msmap2tsv.c                                     MSMap_Segment* theSegment = NULL;
MSMap_Segment    1427 third_party/codesighs/msmap2tsv.c                                     memset(theSegment, 0, sizeof(MSMap_Segment));
MSMap_Segment    1735 third_party/codesighs/msmap2tsv.c         MSMap_Segment* section = NULL;
MSMap_Segment    1778 third_party/codesighs/msmap2tsv.c                 MSMap_Segment* nextSection = NULL;