Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/expr/
H A Dcompile.c90 static struct regex_comp { struct
275 return (dhl_doit(str, &(((struct regex_comp *) ep)->r_stp),
298 rv = dhl_doit(str, &(((struct regex_comp *) ep)->r_adv), 0);
489 if (((struct regex_comp *) a) == NULL) { in regex_comp_free()
493 regfree(&((struct regex_comp *)a)->r_stp); in regex_comp_free()
494 regfree(&((struct regex_comp *)a)->r_adv); in regex_comp_free()