grep.h | 115 } fastgrep_t; typedef in typeref:struct:__anon60992 137 extern fastgrep_t *fg_pattern; 164 int fastcomp(fastgrep_t *, const char *); 165 void fgrepcomp(fastgrep_t *, const char *); 166 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
|