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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c74 static int dhl_doit(const char *, const regex_t *, const int flags);
275 return (dhl_doit(str, &(((struct regex_comp *) ep)->r_stp),
298 rv = dhl_doit(str, &(((struct regex_comp *) ep)->r_adv), 0);
304 * dhl_doit - common code for step and advance
307 dhl_doit(str, rep, flags) function

Completed in 44 milliseconds