Home | History | Annotate | Download | only in posix

Lines Matching full:rmatch

195   int rmatch[2];  // offset of regex struct for prefix matches (/abc/,/def/p)
286 if (*command->lmatch || *command->rmatch) {
293 if (!command->rmatch[1]) command->hit = 0;
295 void *rm = get_regex(command, command->rmatch[1]);
305 void *rm = get_regex(command, *command->rmatch);
310 if (!command->lmatch[1] && !command->rmatch[1]) miss = 1;
782 if (!*s) command->rmatch[i] = 0;
785 command->rmatch[i] = reg-toybuf;