grep.h | 111 } fastgrep_t; typedef in typeref:struct:__anon106933 133 extern fastgrep_t *fg_pattern; 160 int fastcomp(fastgrep_t *, const char *); 161 void fgrepcomp(fastgrep_t *, const char *); 162 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
|