Searched refs:newE (Results 1 – 2 of 2) sorted by relevance
156 auto newE = FileMgr->getFile(tempPath); in flushToFile() local157 if (newE) { in flushToFile()158 remap(origFE, *newE); in flushToFile()159 infoOut << (*newE)->getName() << '\n'; in flushToFile()
7018 ELEMENT_TYPE *newE; in dtdCopy() local7028 if (! newE) in dtdCopy()7041 newE->defaultAtts in dtdCopy()7043 if (! newE->defaultAtts) { in dtdCopy()7050 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()7105 ENTITY *newE; in copyEntityTable() local7114 if (! newE) in copyEntityTable()7120 newE->systemId = tem; in copyEntityTable()7136 newE->publicId = tem; in copyEntityTable()7143 newE->textPtr = tem; in copyEntityTable()[all …]