Home
last modified time | relevance | path

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

/freebsd-12-stable/gnu/usr.bin/grep/
Dsearch.c213 if (match_words || match_lines) in Gcompile()
226 strcpy (n, match_lines ? line_beg : word_beg); in Gcompile()
230 strcpy (n + i, match_lines ? line_end : word_end); in Gcompile()
297 if (match_words || match_lines) in Ecompile()
310 strcpy (n, match_lines ? line_beg : word_beg); in Ecompile()
314 strcpy (n + i, match_lines ? line_end : word_end); in Ecompile()
511 if ((!match_lines && !match_words) in EGexecute()
512 || (match_lines && len == end - beg - 1)) in EGexecute()
965 if (match_lines) in Fexecute()
1201 if (match_lines) in Pcompile()
[all …]
Dgrep.h43 extern int match_lines; /* -x */
Dgrep.c170 int match_lines; variable
1633 match_lines = 1; in main()
1776 match_lines = match_words = 0; in main()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSourceManager.cpp373 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
374 match_lines.clear(); in FindLinesMatchingRegex()
379 match_lines); in FindLinesMatchingRegex()
607 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument
608 match_lines.clear(); in FindLinesMatchingRegex()
621 match_lines.push_back(line_no); in FindLinesMatchingRegex()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DSourceManager.h49 std::vector<uint32_t> &match_lines);
150 std::vector<uint32_t> &match_lines);