Home
last modified time | relevance | path

Searched refs:eaDocSelectionTypeCount (Results 1 – 4 of 4) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappCopyPaste.c23 for ( i= 0; i < ea->eaDocSelectionTypeCount; ast++, i++ ) in appDocGetSelectionType()
29 if ( i >= ea->eaDocSelectionTypeCount ) in appDocGetSelectionType()
H A DappCopyPasteGtk.c224 ea->eaDocSelectionTypeCount, in appDocGotPasteReplyGtk()
305 ea->eaDocSelectionTypeCount, in APP_GIVE_COPY()
336 for ( i= 0; i < ea->eaDocSelectionTypeCount; ast++, i++ ) in appDocForgetCopiedSelection()
342 if ( i >= ea->eaDocSelectionTypeCount ) in appDocForgetCopiedSelection()
394 for ( i= 0; i < ea->eaDocSelectionTypeCount; ast++, i++ ) in appAllocateCopyPasteTargetAtoms()
H A DappCopyPasteMotif.c99 ea->eaDocSelectionTypeCount, in appDocGotPasteReply()
308 ea->eaDocSelectionTypeCount, in APP_GIVE_COPY()
334 ea->eaDocSelectionTypeCount, in APP_GIVE_COPY()
379 for ( i= 0; i < ea->eaDocSelectionTypeCount; ast++, i++ ) in appDocForgetCopiedSelection()
385 if ( i >= ea->eaDocSelectionTypeCount ) in appDocForgetCopiedSelection()
645 for ( i= 0; i < ea->eaDocSelectionTypeCount; ast++, i++ ) in appAllocateCopyPasteTargetAtoms()
H A DappFrame.h471 int eaDocSelectionTypeCount; member