Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c74 static char *dhl_compile(const char *instr, char *ep, char *endbuf);
104 return (dhl_compile(instr, expbuf, endbuf)); in compile()
140 dhl_compile(const char *instr, /* the regular expression */ in dhl_compile() function