Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c92 regex_t r_adv; /* For use by advance */ member
205 if ((rv = regcomp(&reg_comp.r_adv, instrp, regcomp_flags)) != 0) { in dhl_compile()
213 nbra = (int)reg_comp.r_adv.re_nsub > 0 ? in dhl_compile()
214 (int)reg_comp.r_adv.re_nsub : 0; in dhl_compile()
294 rv = dhl_doit(str, &(((struct regex_comp *)ep)->r_adv), 0); in dhl_advance()
489 regfree(&((struct regex_comp *)a)->r_adv); in regex_comp_free()