matchhere 69 grep.c int matchhere(char*, char*); matchhere 76 grep.c return matchhere(re+1, text); matchhere 78 grep.c if(matchhere(re, text)) matchhere 94 grep.c return matchhere(re+1, text+1); matchhere 102 grep.c if(matchhere(re, text))