TypedSegment     1183 pcre/pcre_compile.cpp 		TypedSegment *next;				// next segment on the stack
TypedSegment     1190 pcre/pcre_compile.cpp 	TypedSegment* topSegment;			// segment at the top of stack
TypedSegment     1280 pcre/pcre_compile.cpp 	TypedSegment *s = (TypedSegment*)pcre_malloc(sizeof(TypedSegment));
TypedSegment     1292 pcre/pcre_compile.cpp 	TypedSegment *s = topSegment;