Lines Matching defs:compile
28 * xcompile, xstep, xadvance - simulate compile(3g), step(3g), advance(3g)
30 * porting aid. switches out to libgen compile/step if collation
36 * cannot call compile twice with two separate search strings
57 * psuedo compile/step/advance global variables
103 compile(const char *instr, char *expbuf, char *endbuf)
122 * the compile and step routines here simulate the old libgen routines of
123 * compile/step Re: regexpr(3G). in order to do this, we must assume
138 * I say "apparently" as the code to compile()/step() is poorly written.
299 loc1 = NULL; /* Clear it per the compile man page */
361 * regerrno to compile/step error mapping:
363 * like regcomp error 15 is generated by both compile() error types
373 * 2 REG_ECOLLATE Bad collation elmnt. 67 - Returned by compile on mbtowc err
392 * For reference here's the compile/step errno's. We don't generate