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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c90 static struct regex_comp { struct
97 * global value for the size of a regex_comp structure:
275 return (dhl_doit(str, &(((struct regex_comp *) ep)->r_stp),
298 rv = dhl_doit(str, &(((struct regex_comp *) ep)->r_adv), 0);
476 * regex_comp type for use by clients of this module. Since the struct
489 if (((struct regex_comp *) a) == NULL) {
493 regfree(&((struct regex_comp *)a)->r_stp);
494 regfree(&((struct regex_comp *)a)->r_adv);

Completed in 159 milliseconds