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