format.c | 400 snarf_quote(char **buf, char *bufend, const char *string) function in typeref:typename:const char * 410 DPRINTF(("snarf_quote: %s\n", p)); 419 DPRINTF(("snarf_quote: terminating: %s\n", *buf)); 450 p = snarf_quote(NULL, NULL, p); 887 p = snarf_quote(&q, qend, p);
|