Searched refs:compiled_pattern (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/grep/src/ |
H A D | grep.c | 578 static void *compiled_pattern; variable 1151 && ((match_offset = execute (compiled_pattern, beg, lim - beg, in print_line_middle() 1400 size_t match_offset = execute (compiled_pattern, p, lim - p, in grepbuf() 2900 compiled_pattern = matchers[matcher].compile (keys, keycc, in main() 2905 skip_empty_lines = ((execute (compiled_pattern, eolbytes + 1, 1, in main()
|