Lines Matching refs:changes
15 char *message, FILE * logfp, List * changes));
19 static void setup_tmpfile PROTO((FILE * xfp, char *xprefix, List * changes));
38 setup_tmpfile (xfp, xprefix, changes) in setup_tmpfile() argument
41 List *changes;
48 if (walklist (changes, find_type, NULL) != 0)
52 (void) walklist (changes, fmt_proc, NULL);
61 if (walklist (changes, find_type, NULL) != 0)
65 (void) walklist (changes, fmt_proc, NULL);
74 if (walklist (changes, find_type, NULL) != 0)
78 (void) walklist (changes, fmt_proc, NULL);
172 do_editor (dir, messagep, repository, changes) in do_editor() argument
176 List *changes;
261 if (changes != NULL)
262 setup_tmpfile (fp, CVSEDITPREFIX, changes);
517 static List *changes; variable
533 changes = xchanges;
547 return (logfile_write (repository, filter, message, logfp, changes));
644 logfile_write (repository, filter, message, logfp, changes) in logfile_write() argument
649 List *changes;
790 (void) walklist (changes, title_proc, NULL);
792 (void) walklist (changes, title_proc, NULL);
794 (void) walklist (changes, title_proc, NULL);
796 (void) walklist (changes, title_proc, NULL);
846 setup_tmpfile (pipefp, "", changes);