Home
last modified time | relevance | path

Searched defs:selLast (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeViewEdit.c170 int selLast; /* Position of the last character in the member
920 int selFirst, selLast; local
1645 int selFirst, selLast; local
H A DbltHtext.c229 int selLast; /* The index of the last character selected */ member
3507 int selFirst, selLast; local
3562 int selFirst, selLast; local
3617 int selFirst, selLast; local
3713 int selFirst, selLast; local
H A DbltHierbox.c604 int selLast; /* Position of the last character in the member
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkEntry.c1170 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkEntry.c1203 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkEntry.c1174 selLast = entryPtr->entry.selectLast; in EntryDisplay() local
/dports/net/yate/yate-6.4.0-1/engine/
H A DClientLogic.cpp1722 static bool selectListItem(const String& name, Window* w, bool selLast = true, in selectListItem()