Searched defs:lines (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp78 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, argument
/freebsd-current/contrib/kyua/utils/text/
H A Doperations_test.cpp57 const std::vector< std::string > lines = text::split(expected, '\n'); local
218 std::vector< std::string > lines; local
226 std::vector< std::string > lines; local
235 std::vector< std::string > lines; local
248 std::set< std::string > lines; local
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dcmd_report.cpp146 const std::vector< std::string > lines = text::split(value, '\n'); local
150 _output << F("%s%s=%s\n") % indent % name % lines[0]; local
153 _output << F("%s%s%s\n") % indent % indent % lines[i]; local
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c541 int columns, width = 0, lines; local
/freebsd-current/contrib/nvi/common/
H A Dmsg.c424 static char * const lines[] = { local
/freebsd-current/usr.bin/mail/
H A Dcmd1.c363 int c, topl, lines, lineb; local
/freebsd-current/sbin/restore/
H A Dinteractive.c635 int i, j, w, precision, columns, lines; local
/freebsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c289 int columns, width = 0, lines; local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp141 std::array<std::string, 3> lines; local
/freebsd-current/contrib/diff/src/
H A Dio.c576 lin i, lines; local
[all...]
H A Dsdiff.c379 lf_copy(struct line_filter *lf, lin lines, FILE *outfile) argument
405 lf_skip(struct line_filter *lf, lin lines) argument
[all...]
/freebsd-current/sbin/recoverdisk/
H A Drecoverdisk.c339 int state, lines; local
/freebsd-current/usr.bin/grep/
H A Dutil.c295 int lines; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp276 SmallVector<StringRef, 4> lines; local
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp535 bool IOHandlerEditline::GetLines(StringList &lines, boo argument
440 IsInputCompleteCallback(Editline *editline, StringList &lines) argument
445 FixIndentationCallback(Editline *editline, const StringList &lines, int cursor_position) argument
582 StringList lines; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp536 IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) argument
/freebsd-current/contrib/libedit/
H A Dfilecomplete.c546 size_t line, lines, col, cols, thisguy; local
/freebsd-current/usr.bin/col/
H A Dcol.c97 static LINE *lines; variable
[all...]
/freebsd-current/usr.bin/quota/
H A Dquota.c273 int lines = 0, overquota = 0; local
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c447 char **lines = NULL; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h313 SmallVector<uint32_t, 4> lines; member in class:llvm::GCOVBlock
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp141 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { argument
155 int REPL::CalculateActualIndentation(const StringList &lines) { argument
168 IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines, int cursor_position) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h503 std::vector<SourceLine> lines; member in struct:lldb_private::Disassembler::SourceLinesToDisplay
H A DIOHandler.h233 IOHandlerFixIndentation(IOHandler &io_handler, const StringList &lines, int cursor_position) argument
266 IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) argument
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dutil.c890 size_t columns, lines; local

Completed in 363 milliseconds

1234