Home | History | Annotate | Download | only in codesighs

Lines Matching defs:mObject

166     char* mObject;
288 retval = strcmp(one->mObject, two->mObject);
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject))
546 theSegment->mObjects[objectIndex].mObject = strdup(object);
547 if(NULL == theSegment->mObjects[objectIndex].mObject)
1012 fprintf(inOptions->mOutput, "\t\t%+11d (%+d/%+d)\t%s\n", theObject->mSize, theObject->mComposition.mPositive, theObject->mComposition.mNegative, theObject->mObject);
1057 CLEANUP(theObject->mObject);