Searched defs:fSpecialChars (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dscmdiff.h44 bool fSpecialChars; member in struct:SCMDIFFSTATE
55 bool fIgnoreLeadingWhite, bool fIgnoreTrailingWhite, bool fSpecialChars,
H A Dscmdiff.cpp57 if (!pState->fSpecialChars)
91 if (!pState->fSpecialChars)
368 * @param fSpecialChars Whether to print special chars in a human
374 bool fIgnoreLeadingWhite, bool fIgnoreTrailingWhite, bool fSpecialChars,
393 State.fSpecialChars = fSpecialChars;
373 ScmDiffStreams(const char *pszFilename, PSCMSTREAM pLeft, PSCMSTREAM pRight, bool fIgnoreEol, bool fIgnoreLeadingWhite, bool fIgnoreTrailingWhite, bool fSpecialChars, size_t cchTab, PRTSTREAM pDiff) argument

Completed in 42 milliseconds