Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c89 static struct regex_comp { struct
272 return (dhl_doit(str, &(((struct regex_comp *)ep)->r_stp), in dhl_step()
294 rv = dhl_doit(str, &(((struct regex_comp *)ep)->r_adv), 0); in dhl_advance()
488 regfree(&((struct regex_comp *)a)->r_stp); in regex_comp_free()
489 regfree(&((struct regex_comp *)a)->r_adv); in regex_comp_free()