Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h134 void BufHighlight(textBuffer *buf, int start, int end);
H A Dsearch.c3381 BufHighlight(window->buffer, matchPos, matchPos+1); in FlashMatching()
3385 BufHighlight(window->buffer, matchPos, pos+1); in FlashMatching()
3387 BufHighlight(window->buffer, matchPos+1, pos); in FlashMatching()
H A DtextBuf.c777 void BufHighlight(textBuffer *buf, int start, int end) in BufHighlight() function