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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c92 regex_t r_stp; /* For use by step */ member in struct:regex_comp
190 if ((rv = regcomp(&reg_comp.r_stp, instr, regcomp_flags)) != 0) {
273 * Call common routine with r_stp (step) structure
275 return (dhl_doit(str, &(((struct regex_comp *) ep)->r_stp),
493 regfree(&((struct regex_comp *)a)->r_stp);

Completed in 122 milliseconds