Lines Matching defs:quote_char
1574 std::string &suffix, char "e_char) {
1580 quote_char = '\0';
1585 quote_char = first_char;
1586 const size_t end_quote_pos = command_string.find(quote_char, 1);
1685 const char quote_char = entry.GetQuoteChar();
1687 const size_t start_fudge = quote_char == '\0' ? 0 : 1;
1688 const size_t len_fudge = quote_char == '\0' ? 0 : 2;
1705 if (quote_char == '\0')
1708 result_str.Printf("%c%s%c", quote_char, entry.c_str(), quote_char);
3425 char quote_char = '\0';
3427 ExtractCommand(scratch_command, next_word, suffix, quote_char);
3465 if (quote_char)
3466 revised_command_line.Printf(" %c%s%s%c", quote_char,
3468 quote_char);
3475 if (quote_char)
3476 revised_command_line.Printf(" %c%s%s%c", quote_char,
3478 quote_char);