Home
last modified time | relevance | path

Searched refs:BufGetSelectionText (Results 1 – 11 of 11) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h122 char *BufGetSelectionText(textBuffer *buf);
H A Dshell.c171 text = BufGetSelectionText(window->buffer); in FilterSelection()
355 text = BufGetSelectionText(window->buffer); in DoShellMenuCmd()
367 text = BufGetSelectionText(window->buffer); in DoShellMenuCmd()
H A DtextSel.c158 text = BufGetSelectionText(((TextWidget)w)->text.textD->buffer); in CopyToClipboard()
604 *value = (XtPointer)BufGetSelectionText(buf); in convertSelectionCB()
H A Dselection.c171 selText = BufGetSelectionText(window->buffer); in GetAnySelection()
H A Dshift.c215 text = BufGetSelectionText(buf); in changeCase()
H A DtextDrag.c353 insText = BufGetSelectionText(origBuf); in BlockDragSelection()
H A Dtext.c1920 textToCopy = BufGetSelectionText(buf); in copyToAP()
2059 primaryText = BufGetSelectionText(buf); in exchangeAP()
2094 textToCopy = BufGetSelectionText(buf); in copyPrimaryAP()
2102 textToCopy = BufGetSelectionText(buf); in copyPrimaryAP()
2132 textToCopy = BufGetSelectionText(buf); in cutPrimaryAP()
2141 textToCopy = BufGetSelectionText(buf); in cutPrimaryAP()
H A Dfile.c1351 fileString = BufGetSelectionText(buf);
H A DtextBuf.c714 char *BufGetSelectionText(textBuffer *buf) in BufGetSelectionText() function
H A Dmacro.c2106 selText = BufGetSelectionText(window->buffer); in getSelectionMS()
H A Dsearch.c3814 fileString = BufGetSelectionText(window->buffer); in ReplaceInSelection()