Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/expr/
H A Dcompile.c93 regex_t r_adv; /* For use by advance */ member
207 if ((rv = regcomp(&reg_comp.r_adv, instrp, regcomp_flags)) != 0) {
215 nbra = (int) reg_comp.r_adv.re_nsub > 0 ?
216 (int) reg_comp.r_adv.re_nsub : 0;
298 rv = dhl_doit(str, &(((struct regex_comp *) ep)->r_adv), 0);
494 regfree(&((struct regex_comp *)a)->r_adv); in regex_comp_free()