Lines Matching defs:forward
25 * - reduced number of forward steps for MotorToHomePosition
531 * pScanStep = pColorRunTable if forward, a_bScanStateTable if backward
899 ps->Scan.fMotorBackward = _FALSE; /* forward */
1400 ps->Scan.fMotorBackward = _FALSE; /* forward */
1403 MotorP96ConstantMoveProc( ps, 15 * 12 ); /* forward 180 lines */
1423 ps->Scan.fMotorBackward = _FALSE; /* forward */
1431 /* forward 24 + pScanData->wOverBlue lines */
1717 * pScanStep = pScanData->pColorRunTable if forward, a_bScanStateTable if backward
2090 motorGoHalfStep1( ps ); /* move forward */
2137 UShort back, forward;
2155 forward = _P98_FORWARDMOVES;
2158 forward = _P96_FORWARDMOVES;
2172 memset(a_bScanStateTable, 1, forward );
2173 memset(&a_bScanStateTable[forward], 0xff, (_SCANSTATE_TABLE_SIZE-forward));