Searched defs:quote_char (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Args.cpp | 294 void Args::Unshift(llvm::StringRef arg_str, char quote_char) { in Unshift() 323 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() 328 char quote_char) { in InsertArgumentAtIndex() 339 char quote_char) { in ReplaceArgumentAtIndex() 603 char quote_char) { in EscapeLLDBCommandArgument()
|
/openbsd-src/gnu/lib/libreadline/ |
H A D | complete.c | 648 char quote_char; local 775 gen_completion_matches (text, start, end, our_func, found_quote, quote_char) in gen_completion_matches() argument 1327 append_to_match (text, delimiter, quote_char, nontrivial_match) in append_to_match() argument 1456 char quote_char; local 1916 static char quote_char; local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | completer.c | 207 int quote_char = '\0'; in location_completer() local 685 char quote_char = '\0'; in skip_quoted_chars() local
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 149 const char quote_char = key.front(); in SetArgs() local 252 llvm::StringRef key, quote_char; in GetSubValue() local
|
H A D | CommandInterpreter.cpp | 1568 std::string &suffix, char "e_char) { in ExtractCommand() 1679 const char quote_char = entry.GetQuoteChar(); in BuildAliasResult() local 3385 char quote_char = '\0'; in ResolveCommandImpl() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 273 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 816 const char quote_char = '"'; in NSURLSummaryProvider() local
|