| 183 | } |
| 184 | |
| 185 | void append_grep_pattern(struct grep_opt *opt, const char *pat, |
| 186 | const char *origin, int no, enum grep_pat_token t) |
| 187 | { |
| 188 | append_grep_pat(opt, pat, strlen(pat), origin, no, t); |
| 189 | } |
| 190 | |
| 191 | void append_grep_pat(struct grep_opt *opt, const char *pat, size_t patlen, |
| 192 | const char *origin, int no, enum grep_pat_token t) |
no test coverage detected