Searched refs:chars_to_escape (Results 1 – 2 of 2) sorted by relevance
599 const char *chars_to_escape = nullptr; in EscapeLLDBCommandArgument() local602 chars_to_escape = " \t\\'\"`"; in EscapeLLDBCommandArgument()605 chars_to_escape = "$\"`\\"; in EscapeLLDBCommandArgument()618 if (::strchr(chars_to_escape, c)) in EscapeLLDBCommandArgument()
102 chars_to_escape = '.*+()[]?'103 for char in chars_to_escape :