Lines Matching defs:start
677 * Switch the pointers back before we start painting on the screen.
1460 * Return the start and end cols of a block selection
1464 int *start,
1469 *start = screen->startH.col;
1472 *start = screen->endH.col;
1487 int start, end;
1488 blockSelectBounds(screen, &start, &end);
1489 return start != end
1491 && ((start >= col && start <= maxcol)
1515 int start, end;
1516 blockSelectBounds(screen, &start, &end);
1517 if (*col < start) {
1518 ScrnRefresh(xw, row, *col, 1, start - *col, force);
1519 *col = start;