Home
last modified time | relevance | path

Searched refs:BufInsertCol (Results 1 – 6 of 6) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h101 void BufInsertCol(textBuffer *buf, int column, int startPos, const char *text,
H A DtextSel.c337 BufInsertCol(buf, column, cursorLineStart, string, NULL, NULL); in InsertClipboard()
495 BufInsertCol(textD->buffer, column, cursorLineStart, string, NULL,NULL); in getSelectionCB()
H A Dshift.c168 BufInsertCol(tempBuf, rectStart+offset, 0, text, NULL, NULL); in shiftRect()
H A DtextDrag.c347 BufInsertCol(tempBuf, insRectStart, insStart - tempStart, insText, in BlockDragSelection()
H A Dtext.c1909 BufInsertCol(buf, column, lineStart, textToCopy, NULL, NULL); in copyToAP()
1976 BufInsertCol(buf, column, lineStart, textToCopy, NULL, NULL); in moveToAP()
2097 BufInsertCol(buf, col, insertPos, textToCopy, NULL, NULL); in copyPrimaryAP()
2135 BufInsertCol(buf, col, insertPos, textToCopy, NULL, NULL); in cutPrimaryAP()
H A DtextBuf.c438 void BufInsertCol(textBuffer *buf, int column, int startPos, const char *text, in BufInsertCol() function