Lines Matching refs:match
85 "[+match\b \astring\a \aexpr\a?Equivalent to \astring\a \b:\b "
223 if (cp[1] == 'a' && !strcmp(cp, "match"))
301 regmatch_t match[2];
314 if (!(n = regexec(&re, cp, elementsof(match), match, 0)))
319 if (match[1].rm_so >= 0)
321 np->str = cp + match[1].rm_so;
322 np->str[match[1].rm_eo - match[1].rm_so] = 0;
331 np->num = match[0].rm_eo - match[0].rm_so;