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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp140 const char quote_char = key.front(); local
H A DArgs.cpp124 char quote_char = GetArgumentQuoteCharAtIndex(i); local
400 Args::Unshift (const char *arg_cstr, char quote_char) argument
428 Args::AppendArgument (const char *arg_cstr, char quote_char) argument
434 Args::InsertArgumentAtIndex (size_t idx, const char *arg_cstr, char quote_char) argument
459 ReplaceArgumentAtIndex(size_t idx, const char *arg_cstr, char quote_char) argument
[all...]
H A DCommandInterpreter.cpp1378 ExtractCommand (std::string &command_string, std::string &command, std::string &suffix, char &quote_char) argument
2047 char quote_char = parsed_line.GetArgumentQuoteCharAtIndex(cursor_index); local
3237 char quote_char = '\0'; local
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dcompleter.c207 int quote_char = '\\0'; local
685 char quote_char = '\\0'; local
/freebsd-11.0-release/contrib/libreadline/
H A Dcomplete.c819 char quote_char, *brkchars; local
1646 char quote_char; local
2124 static char quote_char; local
[all...]

Completed in 93 milliseconds