Lines Matching refs:step
53 #define step sstep macro
64 #define step lstep macro
75 #define step mstep macro
112 static states step(struct re_guts *, sopno, sopno, states, wint_t, states);
808 st = step(m->g, startst, stopst, st, NOTHING, st); in walk()
849 st = step(m->g, startst, stopst, st, in walk()
864 st = step(m->g, startst, stopst, st, flagch, st); in walk()
885 st = step(m->g, startst, stopst, tmp, c, st); in walk()
887 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in walk()
906 step(struct re_guts *g, in step() function
1087 #undef step