Home | History | Annotate | Download | only in gencat

Lines Matching defs:quote

344 getmsg(int fd, char *cptr, char quote)
352 if (quote && *cptr == quote) {
368 if (quote && *cptr == quote) {
373 warning(cptr, "unexpected quote character, ignoring");
434 if (quote && *cptr == quote) {
471 char quote = 0;
487 } else if (strncmp(cptr, "quote", 5) == 0) {
490 quote = 0;
494 quote = 0;
496 quote = *cptr;
547 str = getmsg(fd, cptr, quote);