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

/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c60 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, ...) function
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("\
[all...]

Completed in 69 milliseconds