Searched refs:match_lines (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.h43 extern int match_lines; /* -x */
H A Dsearch.c209 /* In the match_words and match_lines cases, we use a different pattern
213 if (match_words || match_lines)
226 strcpy (n, match_lines ? line_beg : word_beg);
230 strcpy (n + i, match_lines ? line_end : word_end);
293 /* In the match_words and match_lines cases, we use a different pattern
297 if (match_words || match_lines)
310 strcpy (n, match_lines ? line_beg : word_beg);
314 strcpy (n + i, match_lines ? line_end : word_end);
505 if ((!match_lines && !match_words)
506 || (match_lines
[all...]
H A Dgrep.c170 int match_lines; variable
1633 match_lines = 1;
1776 match_lines = match_words = 0;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp326 std::vector<uint32_t> &match_lines)
328 match_lines.clear();
332 return file_sp->FindLinesMatchingRegex (regex, start_line, end_line, match_lines);
540 SourceManager::File::FindLinesMatchingRegex (RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
550 match_lines.clear();
564 match_lines.push_back(line_no);
322 FindLinesMatchingRegex(FileSpec &file_spec, RegularExpression& regex, uint32_t start_line, uint32_t end_line, std::vector<uint32_t> &match_lines) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h47 std::vector<uint32_t> &match_lines);
178 std::vector<uint32_t> &match_lines);

Completed in 145 milliseconds