Lines Matching refs:reprintf

60 static	void	reprintf			(char *, ...);
67 reprintf("%s:\"", str);
70 reprintf("[%x]", *f++);
72 reprintf("%c", CTL_ESC(ASCII & ASC(*f++)));
74 reprintf("\"\r\n");
78 /* reprintf():
84 reprintf(char *fmt, ...)
271 reprintf("Vdrawing %6.6o '%c' %d\r\n", (unsigned)c, (int)(c & ASCII), width);
273 reprintf("Vdrawing %3.3o '%c' %d\r\n", (unsigned)c, (int)c, width);
292 reprintf("\r\nVdraw: vcursor_v overflow! Vcursor_v == %d > %d\r\n",
357 reprintf("Prompt = :%s:\r\n", short2str(Prompt));
358 reprintf("InputBuf = :%s:\r\n", short2str(InputBuf));
411 reprintf("TermH=%d, vcur_h=%d, vcur_v=%d, Vdisplay[0]=\r\n:%80.80s:\r\n",
416 reprintf("updating %d lines.\r\n", new_vcv);
434 reprintf("\r\nvcursor_v = %d, OldvcV = %d, cur_line = %d\r\n",
445 reprintf("\r\nCursorH = %d, CursorV = %d, cur_h = %d, cur_v = %d\r\n",
490 reprintf("str_insert() starting: %d at %d max %d, d == \"%s\"\n",
492 reprintf("s == \"%s\"n", short2str(s));
504 reprintf("str_insert() after insert: %d at %d max %d, d == \"%s\"\n",
506 reprintf("s == \"%s\"n", short2str(s));
514 reprintf("str_insert() after copy: %d at %d max %d, d == \"%s\"\n",
516 reprintf("s == \"%s\"n", short2str(s));
534 reprintf("str_delete() starting: %d at %d max %d, d == \"%s\"\n",
547 reprintf("str_delete() after delete: %d at %d max %d, d == \"%s\"\n",
637 reprintf("no difference.\r\n");
797 reprintf("\n");
798 reprintf("ofd %d, osb %d, ose %d, ols %d, oe %d\n",
800 reprintf("nfd %d, nsb %d, nse %d, nls %d, ne %d\n",
802 reprintf("xxx-xxx:\"00000000001111111111222222222233333333334\"\r\n");
803 reprintf("xxx-xxx:\"01234567890123456789012345678901234567890\"\r\n");
866 reprintf("first diff insert at %d...\r\n", nfd - new);
877 reprintf("with stuff to keep at end\r\n");
885 reprintf(" ERROR: cannot insert in early first diff\n");
898 reprintf("without anything to save\r\n");
910 reprintf("first diff delete at %d...\r\n", ofd - old);
921 reprintf("with stuff to save at end\r\n");
930 reprintf(" ERROR: cannot delete in first diff\n");
944 reprintf("but with nothing left to save\r\n");
951 reprintf("cleareol %d\n", (oe - old) - (ne - new));
972 reprintf("second diff delete at %d...\r\n", (ose - old) + fx);
987 reprintf("with stuff to save at end\r\n");
995 reprintf(" ERROR: cannot delete in second diff\n");
1010 reprintf("but with nothing left to save\r\n");
1014 reprintf("cleareol %d\n", olen - (ne - new));
1032 reprintf("late first diff insert at %d...\r\n", nfd - new);
1041 reprintf("with stuff to keep at end\r\n");
1055 reprintf(" ERROR: cannot insert in late first diff\n");
1069 reprintf("without anything to save\r\n");
1081 reprintf("second diff insert at %d...\r\n", nse - new);
1086 reprintf("with stuff to keep at end\r\n");
1092 reprintf(" ERROR: cannot insert in second diff\n");
1104 reprintf("without anything to save\r\n");
1116 reprintf("done.\r\n");