Lines Matching refs:reprintf

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