Searched refs:add_vhead (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | import.c | 1081 const char *add_vhead, const char *key_opt, in add_rcs_file() argument 1110 if (add_vhead == NULL) in add_rcs_file() 1115 dead_revision = xmalloc (strlen (add_vhead) + 2); in add_rcs_file() 1116 strcpy (dead_revision, add_vhead); in add_rcs_file() 1127 error (1, 0, "invalid revision number %s", add_vhead); in add_rcs_file() 1208 if (add_vhead != NULL) in add_rcs_file() 1211 do_killnew ? dead_revision : add_vhead) < 0) in add_rcs_file() 1291 if (fprintf (fprcs, "next %s;\012", add_vhead) < 0) in add_rcs_file() 1308 if (add_vhead != NULL) in add_rcs_file() 1310 if (fprintf (fprcs, "\012%s\012", add_vhead) < 0 || in add_rcs_file() [all …]
|