Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Drcs.c4379 Node *uptodate_link; in RCS_checkout() local
4388 uptodate_link = NULL; in RCS_checkout()
4389 (void) walklist (links, find_checkedout_proc, &uptodate_link); in RCS_checkout()
4401 if (uptodate_link != NULL) in RCS_checkout()
4403 struct hardlink_info *hlinfo = uptodate_link->data; in RCS_checkout()
4405 if (link (uptodate_link->key, workfile) < 0) in RCS_checkout()
4407 workfile, uptodate_link->key); in RCS_checkout()