Lines Matching refs:selectLast
418 if (textInfoPtr->selectLast >= textPtr->numChars) {
419 textInfoPtr->selectLast = textPtr->numChars-1;
758 || (textInfoPtr->selectLast < lineIndex)
774 inSelect = textInfoPtr->selectLast + 1 - (lineIndex + beforeSelect);
947 if (textInfoPtr->selectLast >= beforeThis) {
948 textInfoPtr->selectLast += length;
1022 if (textInfoPtr->selectLast >= first) {
1023 textInfoPtr->selectLast -= count;
1024 if (textInfoPtr->selectLast < (first-1)) {
1025 textInfoPtr->selectLast = (first-1);
1028 if (textInfoPtr->selectFirst > textInfoPtr->selectLast) {
1336 *indexPtr = textInfoPtr->selectLast;
1462 count = textInfoPtr->selectLast + 1 - textInfoPtr->selectFirst - offset;
1463 if (textInfoPtr->selectLast == textPtr->numChars) {