Home
last modified time | relevance | path

Searched refs:TextInsertAtCursor (Results 1 – 3 of 3) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A Dtext.h159 void TextInsertAtCursor(Widget w, char *chars, XEvent *event,
H A DtextSel.c344 TextInsertAtCursor(w, string, NULL, True, in InsertClipboard()
498 TextInsertAtCursor(w, string, NULL, False, in getSelectionCB()
543 TextInsertAtCursor(w, string, NULL, True, in getInsertSelectionCB()
H A Dtext.c1424 void TextInsertAtCursor(Widget w, char *chars, XEvent *event, in TextInsertAtCursor() function
1912 TextInsertAtCursor(w, textToCopy, event, True, in copyToAP()
1922 TextInsertAtCursor(w, textToCopy, event, False, in copyToAP()
1979 TextInsertAtCursor(w, textToCopy, event, True, in moveToAP()
1989 TextInsertAtCursor(w, textToCopy, event, False, in moveToAP()
2225 TextInsertAtCursor(w, args[0], event, True, True); in insertStringAP()
2276 TextInsertAtCursor(w, chars, event, True, True); in selfInsertAP()
2356 TextInsertAtCursor(w, "\t", event, True, True); in processTabAP()
2396 TextInsertAtCursor(w, outStr, event, True, True); in processTabAP()