Home
last modified time | relevance | path

Searched refs:BufGetTabDistance (Results 1 – 4 of 4) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.h111 int BufGetTabDistance(textBuffer *buf);
H A Dcalltips.c246 textCpy = expandAllTabs( text, BufGetTabDistance(textD->buffer) ); in ShowCalltip()
H A Dpreferences.c2544 tabDist = BufGetTabDistance(forWindow->buffer); in TabsPrefDialog()
4445 tabDistIsDef = BufGetTabDistance(window->buffer) == GetPrefTabDist(oldMode); in reapplyLanguageMode()
4458 GetPrefTabDist(mode) : BufGetTabDistance(window->buffer); in reapplyLanguageMode()
H A DtextBuf.c642 int BufGetTabDistance(textBuffer *buf) in BufGetTabDistance() function