Searched refs:match (Results 1 – 2 of 2) sorted by relevance
50 regmatch_t match; /* We only need info about the full match. */ in step() local55 if (__regexec ((const regex_t *) expbuf, string, 1, &match, REG_NOTEOL) in step()59 loc1 = (char *) string + match.rm_so; in step()60 loc2 = (char *) string + match.rm_eo; in step()73 regmatch_t match; /* We only need info about the full match. */ in advance() local78 if (__regexec ((const regex_t *) expbuf, string, 1, &match, REG_NOTEOL) in advance()82 || match.rm_so != 0) in advance()85 loc2 = (char *) string + match.rm_eo; in advance()
161 (and it should match the N_BCOMM). */
Completed in 5 milliseconds