Searched refs:match_lines (Results 1 – 5 of 5) sorted by relevance
213 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 …]
43 extern int match_lines; /* -x */
170 int match_lines; variable1633 match_lines = 1; in main()1776 match_lines = match_words = 0; in main()
373 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument374 match_lines.clear(); in FindLinesMatchingRegex()379 match_lines); in FindLinesMatchingRegex()607 std::vector<uint32_t> &match_lines) { in FindLinesMatchingRegex() argument608 match_lines.clear(); in FindLinesMatchingRegex()621 match_lines.push_back(line_no); in FindLinesMatchingRegex()
49 std::vector<uint32_t> &match_lines);150 std::vector<uint32_t> &match_lines);