Searched defs:quote_char (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp138 const char quote_char = key.front(); local
231 llvm::StringRef key, quote_char; local
H A DCommandInterpreter.cpp2966 char quote_char = '\0'; local
1327 ExtractCommand(std::string &command_string, std::string &command, std::string &suffix, char &quote_char) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcompleter.c207 int quote_char = '\\0'; local
685 char quote_char = '\\0'; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp286 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { argument
315 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { argument
316 InsertArgumentAtIndex(GetArgumentCount(), arg_str, quote_char); local
319 InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str, char quote_char) argument
330 ReplaceArgumentAtIndex(size_t idx, llvm::StringRef arg_str, char quote_char) argument
596 EscapeLLDBCommandArgument(const std::string &arg, char quote_char) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp712 const char quote_char = '"'; local
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c819 char quote_char, *brkchars; local
1646 char quote_char; local
2124 static char quote_char; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp396 char quote_char = request.GetParsedArg().GetQuoteChar(); local

Completed in 294 milliseconds