parms.c | 374 parse_quote(char **linep, /* look here */ function in typeref:typename:int 448 if (0 > parse_quote(valp, "| ,\n\r", delimp, 517 if (0 > parse_quote(&val, "| ,\n\r", &delim, 527 if (0 > parse_quote(&val, "| ,\n\r", &delim, buf,sizeof(buf)) 603 if (0 > parse_quote(&val, ",", &delim, buf, sizeof(buf))) 635 if (0 > parse_quote(&val, ",", &delim, buf, sizeof(buf)) 665 if (0 > parse_quote(&line, " #,\n\r",&delim, 818 if (0 > parse_quote(&p, "|", &delim, 832 || 0 > parse_quote(&p, "|", &delim,
|