matchhere          68 user/grep.c    int matchhere(char*, char*);
matchhere          75 user/grep.c        return matchhere(re+1, text);
matchhere          77 user/grep.c        if(matchhere(re, text))
matchhere          93 user/grep.c        return matchhere(re+1, text+1);
matchhere         101 user/grep.c        if(matchhere(re, text))