Home
last modified time | relevance | path

Searched refs:dadmin (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c8285 RCSVers *dadmin; in RCS_copydeltas() local
8325 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 …]