Home
last modified time | relevance | path

Searched refs:match (Results 1 – 2 of 2) sorted by relevance

/misc/
A Dregexp.c50 regmatch_t match; /* We only need info about the full match. */ in step() local
55 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() local
78 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()
/misc/bits/
A Dstab.def161 (and it should match the N_BCOMM). */

Completed in 5 milliseconds