Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.refresh.c60 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()
[all …]