Searched refs:quotechar (Results 1 – 2 of 2) sorted by relevance
148 char quotechar, *c, *str; local173 quotechar = '\0';180 quotechar = *c++;185 if (quotechar) {186 if (*c == quotechar) {215 quotechar = '\0';231 if (state != FINI && !(state == VALUE && !quotechar)) {
348 static char quotechar; in do_scrub_chars() local513 quotechar = ch; in do_scrub_chars()541 || ch == quotechar in do_scrub_chars()561 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()564 PUT (quotechar); in do_scrub_chars()566 else if (ch == quotechar) in do_scrub_chars()606 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()607 PUT (quotechar); in do_scrub_chars()982 quotechar = ch; in do_scrub_chars()