Lines Matching refs:step
61 #define step sstep macro
72 #define step lstep macro
83 #define step mstep macro
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i…
902 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
955 st = step(m->g, startst, stopst, st, flagch, st, in walk()
970 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
981 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
1002 st = step(m->g, startst, stopst, tmp, c, st, sflags); in walk()
1004 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
1035 step(struct re_guts *g, in step() function
1265 #undef step