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

/freebsd-10.1-release/contrib/tcsh/
H A Ded.refresh.c64 static void reprintf (char *, ...);
71 reprintf("%s:\"", str);
74 reprintf("[%x]", *f++);
76 reprintf("%c", CTL_ESC(ASCII & ASC(*f++)));
78 reprintf("\"\r\n");
82 /* reprintf():
88 reprintf(char *fmt, ...) function
245 reprintf("Vdrawing %6.6o '%c' %d\r\n", (unsigned)c, (int)(c & ASCII), width);
247 reprintf("Vdrawing %3.3o '%c' %d\r\n", (unsigned)c, (int)c, width);
266 reprintf("\
[all...]

Completed in 36 milliseconds