Lines Matching refs:dprintf

64 static	void	dprintf			(char *, ...);
71 dprintf("%s:\"", str);
74 dprintf("[%x]", *f++);
76 dprintf("%c", CTL_ESC(ASCII & ASC(*f++)));
78 dprintf("\"\r\n");
82 /* dprintf():
88 dprintf(char *fmt, ...)
245 dprintf("Vdrawing %6.6o '%c' %d\r\n", (unsigned)c, (int)(c & ASCII), width);
247 dprintf("Vdrawing %3.3o '%c' %d\r\n", (unsigned)c, (int)c, width);
266 dprintf("\r\nVdraw: vcursor_v overflow! Vcursor_v == %d > %d\r\n",
331 dprintf("Prompt = :%s:\r\n", short2str(Prompt));
332 dprintf("InputBuf = :%s:\r\n", short2str(InputBuf));
385 dprintf("TermH=%d, vcur_h=%d, vcur_v=%d, Vdisplay[0]=\r\n:%80.80s:\r\n",
390 dprintf("updating %d lines.\r\n", new_vcv);
408 dprintf("\r\nvcursor_v = %d, OldvcV = %d, cur_line = %d\r\n",
419 dprintf("\r\nCursorH = %d, CursorV = %d, cur_h = %d, cur_v = %d\r\n",
464 dprintf("str_insert() starting: %d at %d max %d, d == \"%s\"\n",
466 dprintf("s == \"%s\"n", short2str(s));
478 dprintf("str_insert() after insert: %d at %d max %d, d == \"%s\"\n",
480 dprintf("s == \"%s\"n", short2str(s));
488 dprintf("str_insert() after copy: %d at %d max %d, d == \"%s\"\n",
490 dprintf("s == \"%s\"n", short2str(s));
508 dprintf("str_delete() starting: %d at %d max %d, d == \"%s\"\n",
521 dprintf("str_delete() after delete: %d at %d max %d, d == \"%s\"\n",
611 dprintf("no difference.\r\n");
771 dprintf("\n");
772 dprintf("ofd %d, osb %d, ose %d, ols %d, oe %d\n",
774 dprintf("nfd %d, nsb %d, nse %d, nls %d, ne %d\n",
776 dprintf("xxx-xxx:\"00000000001111111111222222222233333333334\"\r\n");
777 dprintf("xxx-xxx:\"01234567890123456789012345678901234567890\"\r\n");
840 dprintf("first diff insert at %d...\r\n", nfd - new);
851 dprintf("with stuff to keep at end\r\n");
859 dprintf(" ERROR: cannot insert in early first diff\n");
872 dprintf("without anything to save\r\n");
884 dprintf("first diff delete at %d...\r\n", ofd - old);
895 dprintf("with stuff to save at end\r\n");
904 dprintf(" ERROR: cannot delete in first diff\n");
918 dprintf("but with nothing left to save\r\n");
925 dprintf("cleareol %d\n", (oe - old) - (ne - new));
946 dprintf("second diff delete at %d...\r\n", (ose - old) + fx);
961 dprintf("with stuff to save at end\r\n");
969 dprintf(" ERROR: cannot delete in second diff\n");
984 dprintf("but with nothing left to save\r\n");
988 dprintf("cleareol %d\n", olen - (ne - new));
1006 dprintf("late first diff insert at %d...\r\n", nfd - new);
1015 dprintf("with stuff to keep at end\r\n");
1029 dprintf(" ERROR: cannot insert in late first diff\n");
1043 dprintf("without anything to save\r\n");
1055 dprintf("second diff insert at %d...\r\n", nse - new);
1060 dprintf("with stuff to keep at end\r\n");
1066 dprintf(" ERROR: cannot insert in second diff\n");
1078 dprintf("without anything to save\r\n");
1090 dprintf("done.\r\n");