Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp294 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 Dcomplete.c648 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 Dcompleter.c207 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 DOptionValueDictionary.cpp149 const char quote_char = key.front(); in SetArgs() local
252 llvm::StringRef key, quote_char; in GetSubValue() local
H A DCommandInterpreter.cpp1568 std::string &suffix, char &quote_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 DSBCommandInterpreter.cpp273 char quote_char = request.GetParsedArg().GetQuoteChar(); in HandleCompletionWithDescriptions() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp816 const char quote_char = '"'; in NSURLSummaryProvider() local