Lines Matching defs:vers_ts

54 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
59 Vers_TS *vers_ts,
80 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
1195 checkout_file (struct file_info *finfo, Vers_TS *vers_ts, int adding,
1230 file_is_dead = RCS_isdead (vers_ts->srcfile, vers_ts->vn_rcs);
1247 cvs_outerr (vers_ts->srcfile->print_path, 0);
1250 cvs_outerr (vers_ts->vn_rcs, 0);
1264 status = RCS_checkout (vers_ts->srcfile, NULL,
1265 vers_ts->vn_rcs, vers_ts->tag,
1266 vers_ts->options, RUN_TTY,
1271 status = RCS_checkout (vers_ts->srcfile,
1273 vers_ts->vn_rcs, vers_ts->tag,
1274 vers_ts->options, RUN_TTY, NULL, NULL);
1294 if (stat (vers_ts->srcfile->path, &sb) < 0)
1300 vers_ts->srcfile->path);
1347 && (vers_ts->vn_user == NULL ||
1348 strncmp (vers_ts->ts_rcs, "Initial", 7) == 0)
1396 vers_ts->ts_user is non-NULL. Then there would be no
1416 if (vers_ts->vn_user != NULL)
1417 free (vers_ts->vn_user);
1418 if (vers_ts->vn_rcs != NULL)
1419 free (vers_ts->vn_rcs);
1420 vers_ts->vn_user = xstrdup (xvers_ts->vn_rcs);
1421 vers_ts->vn_rcs = xstrdup (xvers_ts->vn_rcs);
1439 server_updated (finfo, vers_ts,
1520 patch_file (struct file_info *finfo, Vers_TS *vers_ts, int *docheckout,
1542 if (strcmp (vers_ts->options, "-kb") == 0)
1559 rev = RCS_gettag (finfo->rcs, vers_ts->vn_user, 1, NULL);
1571 if (RCS_isdead (vers_ts->srcfile, vers_ts->vn_rcs))
1605 /* FIXME - Passing vers_ts->tag here is wrong in the least number
1607 * using a tag, we pass vers_ts->tag, which, assuming the user did
1617 retcode = RCS_checkout (vers_ts->srcfile, NULL,
1618 vers_ts->vn_user, vers_ts->tag,
1619 vers_ts->options, RUN_TTY,
1640 retcode = RCS_checkout (vers_ts->srcfile, NULL,
1641 vers_ts->vn_rcs, vers_ts->tag,
1642 vers_ts->options, RUN_TTY,
1736 if (stat (vers_ts->srcfile->path, file_info) < 0)
1737 error (1, errno, "could not stat %s", vers_ts->srcfile->path);