do_regexp
static void do_regexp(const char *, regex_t *, const char *, regmatch_t *);
do_regexp(argv[2], &re, argv[4], pmatch);