Lines Matching defs:step
28 * xcompile, xstep, xadvance - simulate compile(3g), step(3g), advance(3g)
30 * porting aid. switches out to libgen compile/step if collation
57 * psuedo compile/step/advance global variables
88 * regex structures, one for advance and one for step.
92 regex_t r_stp; /* For use by step */
109 step(const char *instr, const char *expbuf)
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
126 * 2) the next part is a regex_t used by regexec()/regcomp() for step
138 * I say "apparently" as the code to compile()/step() is poorly written.
187 * We call regcomp twice, once to get a regex_t for use by step()
258 * dhl_step: step through a string until a RE match is found, or end of str
273 * Call common routine with r_stp (step) structure
304 * dhl_doit - common code for step and advance
353 * from advance/step.
361 * regerrno to compile/step error mapping:
369 * | regcomp/regexec | Compile/step/advance |
392 * For reference here's the compile/step errno's. We don't generate