Searched refs:endSelection (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCInteractivePlayer.h86 - (void) endSelection:(MBCSquare)square animate:(BOOL)animate;
H A DMBCBoardViewMouse.mm349 [fInteractive endSelection:fSelectedDest animate:NO];
382 [fInteractive endSelection:fSelectedDest animate:YES];
554 [fInteractive endSelection:sq animate:YES];
568 [fInteractive endSelection:fPickedSquare animate:NO];
H A DMBCBoardViewAccessibility.mm311 [fInteractive endSelection:square animate:YES];
H A DMBCInteractivePlayer.mm537 - (void) endSelection:(MBCSquare)square animate:(BOOL)animate
/macosx-10.10.1/vim-55/src/
H A Dgui_at_fs.c99 int endSelection; member in struct:__anon13990
356 else if (dir->beginSelection == dir->endSelection)
362 max = &(dir->entries[dir->endSelection + 1]);
452 if ((dir->beginSelection != begin) || (dir->endSelection != end - 1))
457 dir->endSelection = begin;
459 dir->endSelection = end - 1;
466 dir->endSelection = -1;
502 dir->endSelection = -1;
573 SFhomeDir.endSelection = -1;
640 dir->endSelection
[all...]

Completed in 228 milliseconds