Searched refs:printf_output (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ed.c | 58 printf_output ("%c\n", change_letter (inserts, deletes)); 69 printf_output ("%da\n", 81 printf_output ("..\n"); 82 printf_output (".\n"); 84 printf_output ("%ds/^\\.\\././\n", 95 printf_output (".\n"); 125 printf_output ("%c", change_letter (inserts, deletes)); 127 printf_output ("\n"); 140 printf_output (".\n"); 176 printf_output ("d"); [all …]
|
| H A D | context.c | 44 printf_output ("%s %s\n", mark, label); 51 printf_output ("%s %s\t%s", mark, inf->name, ct); 117 printf_output ("%d,%d", trans_a, trans_b); 119 printf_output ("%d", trans_b); 163 printf_output ("***************"); 167 printf_output (" "); 171 printf_output ("\n*** "); 173 printf_output (" ****\n"); 200 printf_output ("--- "); 202 printf_output (" ----\n"); [all …]
|
| H A D | diff3.c | 37 void printf_output PARAMS((char const *, ...)) 1473 printf_output ("====%s\n", x); 1484 printf_output ("%d:", i + 1); 1488 printf_output ("%da\n", lowt - 1); 1491 printf_output ("%dc\n", lowt); 1494 printf_output ("%d,%dc\n", lowt, hight); 1505 printf_output ("%s", line_prefix); 1512 printf_output ("\n\\ No newline at end of file\n"); 1559 printf_output ("%ds/^\\.//\n", start); 1561 printf_output ("%d,%ds/^\\.//\n", start, start + num - 1); [all …]
|
| H A D | normal.c | 53 printf_output ("%c", change_letter (inserts, deletes)); 55 printf_output ("\n"); 63 printf_output ("---\n");
|
| H A D | util.c | 147 printf_output (format, arg1, arg2, arg3, arg4); 159 printf_output (m->format, m->arg1, m->arg2, m->arg3, m->arg4); in print_message_queue() 273 printf_output ("%s\n", name); in begin_output() 349 printf_output (const char *format, ...) in printf_output() function 351 printf_output (format, va_alist) in printf_output() 604 printf_output (flag_format, line_flag); 610 printf_output ("\n\\ No newline at end of file\n"); 649 printf_output (flag_format, line_flag); 726 printf_output ("%d%c%d", trans_a, sepchar, trans_b); 728 printf_output ("%d", trans_b);
|
| H A D | ChangeLog | 75 * util.c (printf_output): Fix type clashes. 148 * util.c (printf_output): Make msg static; avoids auto 161 * util.c (printf_output): Rewrite to parse format string 173 (struct diff_callbacks): Remove printf_output field. 175 (printf_output): Use vasprintf and write_output callback rather 176 than printf_output callback. 177 * diff3.c (read_diff): Don't set my_callbacks.printf_output. 184 (write_output, printf_output, flush_output): Declare. 196 (write_output, printf_output, flush_output): Declare. 204 (message5): Use printf_output and write_output. [all …]
|
| H A D | side.c | 229 printf_output ("i%d,%d\n", limit0 - i0, limit1 - i1); 266 printf_output ("c%d,%d\n", last0 - first0 + 1, last1 - first1 + 1);
|
| H A D | ifdef.c | 218 printf_output (spec - 1, value); 350 printf_output (spec - 1, value);
|
| H A D | diff.h | 335 void printf_output PARAMS((char const *, ...))
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | ChangeLog | 3879 (call_diff_stdout_callbacks): Don't initialize printf_output
|