Searched refs:quote_ch (Results 1 – 1 of 1) sorted by relevance
330 int quote_ch; in next() local331 quote_ch = ch; in next()333 while (ch != quote_ch && ch != EOF) { in next()398 if (quote_ch == '\'') in next()489 int i, c, quote_ch; in print_tok() local491 quote_ch = '\''; in print_tok()493 quote_ch = '\"'; in print_tok()494 fprintf(f, "%c", quote_ch); in print_tok()512 if (c == quote_ch) in print_tok()531 fprintf(f, "%c", quote_ch); in print_tok()
Completed in 3 milliseconds