Searched defs:selLast (Results 1 – 7 of 7) sorted by relevance
170 int selLast; /* Position of the last character in the member920 int selFirst, selLast; local1645 int selFirst, selLast; local
229 int selLast; /* The index of the last character selected */ member3507 int selFirst, selLast; local3562 int selFirst, selLast; local3617 int selFirst, selLast; local3713 int selFirst, selLast; local
604 int selLast; /* Position of the last character in the member
1170 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
1203 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
1174 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
1722 static bool selectListItem(const String& name, Window* w, bool selLast = true, in selectListItem()