Searched refs:one_line (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp23 const bool one_line = dump_mask & eDumpOptionCommand; local
27 (m_current_value.GetSize() > 0 && !one_line) ? "\n" : "");
28 if (!one_line)
31 if (!one_line) {
36 if (one_line)
39 if (!one_line)
H A DOptionValueArray.cpp28 const bool one_line = dump_mask & eDumpOptionCommand; local
31 strm.Printf(" =%s", (m_values.size() > 0 && !one_line) ? "\n" : "");
32 if (!one_line)
35 if (!one_line) {
66 if (!one_line) {
73 if (!one_line)
H A DOptionValueDictionary.cpp32 const bool one_line = dump_mask & eDumpOptionCommand; local
38 if (!one_line)
44 if (one_line)
81 if (!one_line)
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/t/
H A D03_run-forked.t77 my $one_line = "in Montenegro with Katyusha\n";
79 print $fh $one_line;

Completed in 191 milliseconds