Lines Matching defs:step
510 enum STEP step)
520 if (step == STEP_ZERO) {
525 step = STEP_ONE;
535 step = STEP_ZERO;
538 step = STEP_ERR;
546 return (step);
710 enum STEP step;
717 step = STEP_ZERO;
718 while ((step != STEP_ERR)
725 step = examine_buf(alctx, pos, br, step);
732 step = STEP_ZERO;
733 while ((step != STEP_ERR)
740 step = examine_buf(alctx, pos, br, step);
749 if ((step == STEP_ERR) || sort_runlist(alctx))