Lines Matching defs:finfo

26 static int check_fileproc (void *callerdat, struct file_info *finfo);
39 static int rtag_fileproc (void *callerdat, struct file_info *finfo);
41 static int tag_fileproc (void *callerdat, struct file_info *finfo);
550 check_fileproc (void *callerdat, struct file_info *finfo)
560 finfo->repository ? finfo->repository : "(null)",
561 finfo->fullname ? finfo->fullname : "(null)",
562 finfo->rcs ? (finfo->rcs->path ? finfo->rcs->path : "(null)")
567 switch (Classify_File (finfo, NULL, NULL, NULL, 1, 0, &vers, 0))
581 error (0, 0, "%s is locally modified", finfo->fullname);
587 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
589 if (finfo->update_dir[0] == '\0')
592 xdir = finfo->update_dir;
613 p->key = xstrdup (finfo->file);
619 error (0, 0, "nothing known about %s", finfo->file);
930 rtag_fileproc (void *callerdat, struct file_info *finfo)
939 if ((rcsfile = finfo->rcs) == NULL)
1021 int isbranch = RCS_nodeisbranch (finfo->rcs, symtag);
1036 (void)printf ("W %s", finfo->fullname);
1051 finfo->fullname,
1151 tag_fileproc (void *callerdat, struct file_info *finfo)
1161 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
1189 isbranch = RCS_nodeisbranch (finfo->rcs, symtag);
1218 cvs_output (finfo->fullname, 0);
1239 finfo->file);
1246 finfo->file);
1253 finfo->file);
1269 int isbranch = RCS_nodeisbranch (finfo->rcs, symtag);
1287 cvs_output (finfo->fullname, 0);
1309 finfo->fullname,
1339 cvs_output (finfo->fullname, 0);
1396 val_fileproc (void *callerdat, struct file_info *finfo)
1402 if ((rcsdata = finfo->rcs) == NULL)