Home
last modified time | relevance | path

Searched refs:nextSalt (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextAction.c828 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local
831 for (salt = ctx->text.salt2; salt; salt = nextSalt)
834 nextSalt = salt->next;
866 prevSalt->next = nextSalt;
868 ctx->text.salt2 = nextSalt;
H A DText.c1761 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local
1795 for (salt = ctx->text.salt; salt; salt = nextSalt)
1798 nextSalt = salt->next;
1827 prevSalt->next = nextSalt;
1829 ctx->text.salt = nextSalt;
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DTextAction.c777 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; in LoseSelection() local
780 for (salt = ctx->text.salt2; salt; salt = nextSalt) in LoseSelection()
783 nextSalt = salt->next; in LoseSelection()
815 prevSalt->next = nextSalt; in LoseSelection()
817 ctx->text.salt2 = nextSalt; in LoseSelection()
H A DText.c1762 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; in LoseSelection() local
1796 for (salt = ctx->text.salt; salt; salt = nextSalt) in LoseSelection()
1799 nextSalt = salt->next; in LoseSelection()
1828 prevSalt->next = nextSalt; in LoseSelection()
1830 ctx->text.salt = nextSalt; in LoseSelection()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextAction.c819 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local
822 for (salt = ctx->text.salt2; salt; salt = nextSalt)
825 nextSalt = salt->next;
857 prevSalt->next = nextSalt;
859 ctx->text.salt2 = nextSalt;
H A DText.c1757 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local
1791 for (salt = ctx->text.salt; salt; salt = nextSalt)
1794 nextSalt = salt->next;
1823 prevSalt->next = nextSalt;
1825 ctx->text.salt = nextSalt;
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DText.c2182 XawTextSelectionSalt*salt, *prevSalt, *nextSalt; in TextLoseSelection() local
2210 for (salt = ctx->text.salt; salt; salt = nextSalt) { in TextLoseSelection()
2212 nextSalt = salt->next; in TextLoseSelection()
2237 prevSalt->next = nextSalt; in TextLoseSelection()
2239 ctx->text.salt = nextSalt; in TextLoseSelection()
H A DTextAction.c1152 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; in _LoseSelection() local
1155 for (salt = ctx->text.salt2; salt; salt = nextSalt) { in _LoseSelection()
1157 nextSalt = salt->next; in _LoseSelection()
1211 prevSalt->next = nextSalt; in _LoseSelection()
1213 ctx->text.salt2 = nextSalt; in _LoseSelection()