Searched refs:end_line (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp129 const uint32_t end_line = start_line + count - 1; local
130 for (uint32_t line = start_line; line <= end_line; ++line)
325 uint32_t end_line,
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines);
519 const uint32_t end_line = line + context_after; local
520 uint32_t end_line_offset = GetLineOffset (end_line + 1);
540 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
552 if (!LineIsValid(start_line) || (end_line != UINT32_MAX && !LineIsValid(end_line)))
554 if (start_line > end_line)
322 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
[all...]
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dhtml.h69 simple_output &end_line();
H A Doutput.cpp168 simple_output &simple_output::end_line() function in class:simple_output
H A Dpost-html.cpp2878 html.end_line(); // flush line
2893 html.end_line(); // flush line
4674 html.end_line();
4701 html.end_line();
4702 html.end_line();
/freebsd-10.1-release/contrib/texinfo/util/
H A Dinstall-info.c97 int end_line;
117 int end_line;
1039 next->end_line = 0;
1045 (*nodes)->end_line = i;
1049 (*nodes)->last_section->end_line = i;
1077 next->end_line = 0;
1082 (*nodes)->last_section->end_line = i;
1140 (*nodes)->end_line = nlines;
1142 (*nodes)->last_section->end_line = nlines;
1424 for (i = section->end_line;
96 int end_line; member in struct:node
116 int end_line; member in struct:menu_section
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h46 uint32_t end_line,
177 uint32_t end_line,
H A DIOHandler.h321 // the last line is equal to "end_line" which is specified in the
328 IOHandlerDelegateMultiline (const char *end_line, argument
331 m_end_line((end_line && end_line[0]) ? end_line : "")
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp373 uint32_t end_line; local
386 sc.function->GetEndLineSourceInfo (end_file, end_line);
393 end_line = start_line + m_options.num_lines;
412 if (end_line != 0)
414 if (m_options.num_lines > end_line - line_no)
415 m_options.num_lines = end_line - line_no + extra_lines;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmacrotab.c163 int end_line;
654 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
803 key->end_line);
809 key->end_line = line;
160 int end_line; member in struct:macro_key
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h71 GetLines (const std::string &end_line, StringList &lines);
/freebsd-10.1-release/contrib/groff/src/devices/grops/
H A Dps.h40 ps_output &end_line();
H A Dpsrm.cpp307 out.end_line();
332 out.end_line();
H A Dps.cpp112 ps_output &ps_output::end_line() function in class:ps_output
1434 out.end_line();
1516 out.end_line();
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dmacro.c420 int start_line = line_number, end_line;
435 end_line = line_number;
448 line_number = end_line;
418 int start_line = line_number, end_line; local
H A Dnode.c948 char end_line[sizeof(html_end)];
953 || fgets (end_line, sizeof (html_end),
957 || strcasecmp (end_line, html_end) != 0)
944 char end_line[sizeof(html_end)]; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp281 Editline::GetLines(const std::string &end_line, StringList &lines) argument
337 else if (line == end_line)
/freebsd-10.1-release/contrib/gcc/
H A Dtree-cfg.c2421 int end_line = 0; local
2438 end_line = get_lineno (last);
2445 end_line);

Completed in 239 milliseconds