Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c91 regex_t r_stp; /* For use by step */ member
188 if ((rv = regcomp(&reg_comp.r_stp, instr, regcomp_flags)) != 0) { in dhl_compile()
272 return (dhl_doit(str, &(((struct regex_comp *)ep)->r_stp), in dhl_step()
488 regfree(&((struct regex_comp *)a)->r_stp); in regex_comp_free()