Home
last modified time | relevance | path

Searched refs:printf_output (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ded.c58 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 Dcontext.c44 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 Ddiff3.c37 void printf_output PARAMS((char const *, ...))
1474 printf_output ("====%s\n", x);
1485 printf_output ("%d:", i + 1);
1489 printf_output ("%da\n", lowt - 1);
1492 printf_output ("%dc\n", lowt);
1495 printf_output ("%d,%dc\n", lowt, hight);
1506 printf_output ("%s", line_prefix);
1513 printf_output ("\n\\ No newline at end of file\n");
1561 printf_output ("%ds/^\\.//\n", start);
1563 printf_output ("%d,%ds/^\\.//\n", start, start + num - 1);
[all …]
H A Dutil.c147 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()
351 printf_output (const char *format, ...) in printf_output() function
353 printf_output (format, va_alist) in printf_output()
606 printf_output (flag_format, line_flag);
612 printf_output ("\n\\ No newline at end of file\n");
651 printf_output (flag_format, line_flag);
728 printf_output ("%d%c%d", trans_a, sepchar, trans_b);
730 printf_output ("%d", trans_b);
H A Dnormal.c53 printf_output ("%c", change_letter (inserts, deletes));
55 printf_output ("\n");
63 printf_output ("---\n");
H A DChangeLog378 * util.c (printf_output): Fix type clashes.
451 * util.c (printf_output): Make msg static; avoids auto
464 * util.c (printf_output): Rewrite to parse format string
476 (struct diff_callbacks): Remove printf_output field.
478 (printf_output): Use vasprintf and write_output callback rather
479 than printf_output callback.
480 * diff3.c (read_diff): Don't set my_callbacks.printf_output.
487 (write_output, printf_output, flush_output): Declare.
499 (write_output, printf_output, flush_output): Declare.
507 (message5): Use printf_output and write_output.
[all …]
H A Dside.c230 printf_output ("i%d,%d\n", limit0 - i0, limit1 - i1);
267 printf_output ("c%d,%d\n", last0 - first0 + 1, last1 - first1 + 1);
H A Difdef.c218 printf_output (spec - 1, value);
350 printf_output (spec - 1, value);
H A Ddiff.h335 void printf_output PARAMS((char const *, ...))
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog12834 (call_diff_stdout_callbacks): Don't initialize printf_output