Searched refs:r_pattern (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/grep/ |
H A D | grep.c | 75 regex_t *r_pattern; variable 677 r_pattern = grep_calloc(patterns, sizeof(*r_pattern)); 686 c = regcomp(&r_pattern[i], pattern[i].pat, cflags); 688 regerror(c, &r_pattern[i], re_error,
|
H A D | grep.h | 134 extern regex_t *er_pattern, *r_pattern;
|
H A D | util.c | 559 r = regexec(&r_pattern[i], pc->ln.dat, 1, &pmatch, in procline()
|