Searched refs:dadmin (Results 1 – 1 of 1) sorted by relevance
8285 RCSVers *dadmin; in RCS_copydeltas() local8325 dadmin = np->data; in RCS_copydeltas()8328 if (dadmin->outdated) in RCS_copydeltas()8337 if (dadmin->text != NULL) in RCS_copydeltas()8339 if (dadmin->text->log != NULL || dadmin->text->text != NULL) in RCS_copydeltas()8341 if (dadmin->text->log != NULL) in RCS_copydeltas()8344 dtext->log = dadmin->text->log; in RCS_copydeltas()8345 dadmin->text->log = NULL; in RCS_copydeltas()8347 if (dadmin->text->text != NULL) in RCS_copydeltas()8350 dtext->text = dadmin->text->text; in RCS_copydeltas()[all …]