Searched refs:CVSEDITPREFIX (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | logmsg.c | 273 CVSEDITPREFIX); in do_editor() 276 CVSEDITPREFIX, CVSEDITPREFIXLEN, CVSEDITPREFIX, in do_editor() 277 CVSEDITPREFIX); in do_editor() 279 (void) fprintf (fp, "%sCommitting in %s\n%s\n", CVSEDITPREFIX, in do_editor() 280 dir, CVSEDITPREFIX); in do_editor() 282 setup_tmpfile (fp, CVSEDITPREFIX, changes); in do_editor() 285 CVSEDITPREFIX); in do_editor() 336 if (strncmp (line, CVSEDITPREFIX, CVSEDITPREFIXLEN) == 0) in do_editor() 498 if (strncmp (line, CVSEDITPREFIX, CVSEDITPREFIXLEN) == 0) in do_verify()
|
H A D | cvs.h | 237 #define CVSEDITPREFIX "CVS: " macro
|
H A D | ChangeLog-9194 | 261 removing CVSEDITPREFIX lines. Add comment about fgets lossage.
|
H A D | ChangeLog-96 | 13 to strip off CVSEDITPREFIX and when telling the user what we will
|