Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h120 int BufGetEmptySelectionPos(textBuffer *buf, int *start, int *end,
H A DtextBuf.c707 int BufGetEmptySelectionPos(textBuffer *buf, int *start, int *end, in BufGetEmptySelectionPos() function
H A Dsearch.c4663 if (!BufGetEmptySelectionPos(window->buffer, &selStart, &selEnd, &isRect, in searchMatchesSelection()