ReactOS 0.4.15-dev-8621-g4b051b9
|
#include "fc.h"
Go to the source code of this file.
Macros | |
#define | IS_SPACE(ch) ((ch) == TEXT(' ') || (ch) == TEXT('\t')) |
#define | NODE NODE_A |
#define | PrintLine PrintLineA |
#define | TextCompare TextCompareA |
#define | TAB_WIDTH 8 |
#define | HASH_EOF 0xFFFFFFFF |
#define | HASH_MASK 0x7FFFFFFF |
#define PrintLine PrintLineA |
#define TextCompare TextCompareA |
Definition at line 183 of file text.h.
Referenced by ParseLines().
Definition at line 22 of file text.h.
Referenced by AllocEOFNode(), CompressSpace(), and ParseLines().
Definition at line 32 of file text.h.
Referenced by AllocEOFNode(), and ParseLines().
Definition at line 226 of file text.h.
Referenced by Resync(), SkipIdentical(), and SkipIdenticalN().
Definition at line 107 of file text.h.
Referenced by ConvertNode().
|
static |
Definition at line 204 of file text.h.
Referenced by ParseLines().
Definition at line 89 of file text.h.
Referenced by CompressSpace().
Definition at line 48 of file text.h.
Referenced by _CmdWndProc(), AllocEOFNode(), DeleteList(), ParseLines(), and RtlpDeleteAvlTreeNode().
Definition at line 141 of file text.h.
Referenced by ConPagerWorker(), and ConvertNode().
|
static |
Definition at line 515 of file text.h.
Referenced by CheckLogOrSourceExistence(), and TextCompare().
Definition at line 171 of file text.h.
Referenced by ConvertNode().
Definition at line 199 of file text.h.
Referenced by ShowDiff(), and TextCompare().
|
static |
Definition at line 257 of file text.h.
Referenced by TextCompare().
Definition at line 443 of file text.h.
Referenced by TextCompare().
|
static |
Definition at line 407 of file text.h.
Referenced by Resync().
Definition at line 320 of file text.h.
Referenced by Finalize(), and TextCompare().
Definition at line 363 of file text.h.
Referenced by TextCompare().
|
static |
Definition at line 380 of file text.h.
Referenced by ScanDiff().
FCRET TextCompare | ( | FILECOMPARE * | pFC, |
HANDLE * | phMapping0, | ||
const LARGE_INTEGER * | pcb0, | ||
HANDLE * | phMapping1, | ||
const LARGE_INTEGER * | pcb1 | ||
) |
Definition at line 533 of file text.h.