Searched refs:eHDir (Results 1 – 2 of 2) sorted by relevance
457 ScMoveMode eHDir = GetHorzDirection( nCode, true ); in KeyInput() local462 if( eHDir != MOVE_NONE ) in KeyInput()463 MoveCursorRel( eHDir ); in KeyInput()473 else if( bJump && (eHDir != MOVE_NONE) ) in KeyInput()474 MoveCursorToSplit( eHDir ); in KeyInput()475 else if( bMove && (eHDir != MOVE_NONE) ) in KeyInput()476 MoveCurrSplitRel( eHDir ); in KeyInput()
890 ScMoveMode eHDir = GetHorzDirection( nCode, !bMod1 ); in KeyInput() local893 if( eHDir != MOVE_NONE ) in KeyInput()896 MoveCursorRel( eHDir ); in KeyInput()
Completed in 19 milliseconds