Searched defs:cchTab (Results 1 - 4 of 4) sorted by relevance

/vbox/src/bldprogs/
H A Dscmdiff.h46 size_t cchTab; member in struct:SCMDIFFSTATE
56 size_t cchTab, PRTSTREAM pDiff);
H A Dscmrw.cpp93 size_t const cchTab = pSettings->cchTab; local
114 size_t cchToTab = cchTab - offTab % cchTab;
H A Dscm.h154 unsigned cchTab; member in struct:SCMSETTINGSBASE
H A Dscmdiff.cpp69 size_t cchTab = pState->cchTab - offVir % pState->cchTab; local
70 switch (cchTab)
77 default: RTStrmPrintf(pState->pDiff, "[TAB%.*s]", cchTab - 5, g_szTabSpaces); break;
79 offVir += cchTab;
370 * @param cchTab The tab size.
375 size_t cchTab, PRTSTREAM pDiff)
394 State.cchTab = cchTab;
373 ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol, bool fIgnoreLeadingWhite, bool fIgnoreTrailingWhite, bool fSpecialChars, size_t cchTab, PRTSTREAM pDiff) argument
[all...]

Completed in 47 milliseconds