ReactOS 0.4.16-dev-13-ge2fc578
|
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winhelp.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | X(b, s) ((flag & (1 << b)) ? "-"s: "") |
#define | getbit() ((mask <<= 1) ? (*ptr & mask) != 0: (*++ptr & (mask=1)) != 0) |
Variables | |
static HLPFILE * | first_hlpfile = 0 |
Definition at line 420 of file hlpfile.c.
Referenced by HLPFILE_PageByHash().
Definition at line 566 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph(), and HLPFILE_SkipParagraph().
Definition at line 601 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph().
Definition at line 584 of file hlpfile.c.
Referenced by HLPFILE_RtfAddBitmap(), and HLPFILE_RtfAddMetaFile().
Definition at line 618 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph(), HLPFILE_RtfAddBitmap(), HLPFILE_RtfAddMetaFile(), and HLPFILE_SkipParagraph().
Definition at line 42 of file hlpfile.c.
Referenced by HLPFILE_BPTreeEnum(), HLPFILE_BPTreeSearch(), and HLPFILE_BrowseParagraph().
Definition at line 47 of file hlpfile.c.
Referenced by comp_PageByHash(), HLPFILE_AddHotSpotLinks(), HLPFILE_AddPage(), HLPFILE_BrowsePage(), HLPFILE_BrowseParagraph(), HLPFILE_DoReadHlpFile(), HLPFILE_FindSubFile(), HLPFILE_GetMap(), HLPFILE_PageByHash(), HLPFILE_ReadFileToBuffer(), HLPFILE_ReadFont(), HLPFILE_RtfAddBitmap(), HLPFILE_RtfAddGfxByAddr(), HLPFILE_RtfAddMetaFile(), HLPFILE_SystemCommands(), and HLPFILE_Uncompress_Phrases40().
Definition at line 37 of file hlpfile.c.
Referenced by GET_UINT(), HLPFILE_AddHotSpotLinks(), HLPFILE_BPTreeEnum(), HLPFILE_BPTreeSearch(), HLPFILE_BrowseParagraph(), HLPFILE_GetMap(), HLPFILE_ReadFont(), HLPFILE_RtfAddGfxByAddr(), HLPFILE_RtfAddMetaFile(), HLPFILE_SystemCommands(), HLPFILE_Uncompress_Phrases40(), HLPFILE_UncompressedLZ77_Size(), HLPFILE_UncompressLZ77(), and HLPFILE_UncompressLZ77_Phrases().
|
static |
Definition at line 785 of file hlpfile.c.
Referenced by HLPFILE_RtfAddBitmap(), and HLPFILE_RtfAddMetaFile().
|
static |
Definition at line 2533 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
|
static |
Definition at line 1176 of file hlpfile.c.
Referenced by HLPFILE_AddHotSpotLinks(), and HLPFILE_BrowseParagraph().
void HLPFILE_BPTreeEnum | ( | BYTE * | buf, |
HLPFILE_BPTreeCallback | cb, | ||
void * | cookie | ||
) |
|
static |
Definition at line 69 of file hlpfile.c.
Referenced by HLPFILE_FindSubFile(), and HLPFILE_PageByHash().
BOOL HLPFILE_BrowsePage | ( | HLPFILE_PAGE * | page, |
struct RtfData * | rd, | ||
unsigned | font_scale, | ||
unsigned | relative | ||
) |
Definition at line 1703 of file hlpfile.c.
Referenced by WINHELP_SetupText().
|
static |
Definition at line 1223 of file hlpfile.c.
Referenced by HLPFILE_BrowsePage().
|
static |
Definition at line 399 of file hlpfile.c.
Referenced by HLPFILE_PageByHash().
|
static |
Definition at line 640 of file hlpfile.c.
Referenced by HLPFILE_RtfAddBitmap(), and HLPFILE_RtfAddMetaFile().
|
static |
Definition at line 2264 of file hlpfile.c.
Referenced by HLPFILE_DeletePage(), and HLPFILE_FreeHlpFile().
|
static |
Definition at line 2280 of file hlpfile.c.
Referenced by HLPFILE_FreeHlpFile().
Definition at line 2659 of file hlpfile.c.
Referenced by HLPFILE_ReadHlpFile().
|
static |
Definition at line 503 of file hlpfile.c.
Referenced by HLPFILE_GetContext(), HLPFILE_GetKeywords(), HLPFILE_GetMap(), HLPFILE_GetTOMap(), HLPFILE_ReadFont(), HLPFILE_RtfAddGfxByIndex(), HLPFILE_SystemCommands(), HLPFILE_Uncompress_Phrases40(), HLPFILE_Uncompress_Topic(), and HLPFILE_UncompressLZ77_Phrases().
Definition at line 2297 of file hlpfile.c.
Referenced by HLPFILE_ReadHlpFile(), WINHELP_DeleteBackSet(), WINHELP_DeleteWindow(), and WINHELP_RememberPage().
Definition at line 2167 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 2187 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 2220 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 2244 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
|
static |
Definition at line 1214 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph().
Definition at line 547 of file hlpfile.c.
Referenced by HLPFILE_AddHotSpotLinks(), MACRO_JumpID(), and WinMain().
HLPFILE_PAGE * HLPFILE_PageByHash | ( | HLPFILE * | hlpfile, |
LONG | lHash, | ||
ULONG * | relative | ||
) |
Definition at line 437 of file hlpfile.c.
Referenced by MACRO_JumpContents(), MACRO_JumpHash(), WINHELP_HandleTextMouse(), and WinMain().
HLPFILE_PAGE * HLPFILE_PageByMap | ( | HLPFILE * | hlpfile, |
LONG | lMap, | ||
ULONG * | relative | ||
) |
Definition at line 467 of file hlpfile.c.
Referenced by MACRO_JumpContext().
HLPFILE_PAGE * HLPFILE_PageByOffset | ( | HLPFILE * | hlpfile, |
LONG | offset, | ||
ULONG * | relative | ||
) |
Definition at line 369 of file hlpfile.c.
Referenced by HLPFILE_Contents(), HLPFILE_PageByHash(), HLPFILE_PageByMap(), MACRO_BrowseButtons(), MACRO_Next(), MACRO_Prev(), and WINHELP_CreateIndexWindow().
Definition at line 1968 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 1852 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 2759 of file hlpfile.c.
Referenced by WINHELP_LookupHelpFile().
|
static |
Definition at line 961 of file hlpfile.c.
Referenced by HLPFILE_RtfAddGfxByAddr().
Definition at line 706 of file hlpfile.c.
Referenced by HLPFILE_BrowsePage(), HLPFILE_BrowseParagraph(), HLPFILE_RtfAddBitmap(), HLPFILE_RtfAddMetaFile(), and HLPFILE_RtfAddTransparentBitmap().
|
static |
Definition at line 1109 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph(), and HLPFILE_RtfAddGfxByIndex().
|
static |
Definition at line 1155 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph().
Definition at line 752 of file hlpfile.c.
Referenced by HLPFILE_RtfAddBitmap(), HLPFILE_RtfAddMetaFile(), and HLPFILE_RtfAddTransparentBitmap().
|
static |
Definition at line 1062 of file hlpfile.c.
Referenced by HLPFILE_RtfAddGfxByAddr().
Definition at line 691 of file hlpfile.c.
Referenced by HLPFILE_RtfAddControl(), HLPFILE_RtfAddHexBytes(), and HLPFILE_RtfAddText().
Definition at line 714 of file hlpfile.c.
Referenced by HLPFILE_BrowseParagraph().
|
static |
Definition at line 880 of file hlpfile.c.
Referenced by HLPFILE_RtfAddBitmap().
|
static |
Definition at line 2637 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 1997 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
|
static |
Definition at line 233 of file hlpfile.c.
Referenced by HLPFILE_AddPage(), and HLPFILE_BrowseParagraph().
|
static |
Definition at line 272 of file hlpfile.c.
Referenced by HLPFILE_AddPage(), and HLPFILE_BrowseParagraph().
Definition at line 2391 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 2468 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
Definition at line 168 of file hlpfile.c.
Referenced by HLPFILE_DecompressGfx(), HLPFILE_Uncompress_Phrases40(), HLPFILE_Uncompress_Topic(), and HLPFILE_UncompressLZ77_Phrases().
Definition at line 195 of file hlpfile.c.
Referenced by HLPFILE_DecompressGfx(), HLPFILE_Uncompress_Phrases40(), HLPFILE_Uncompress_Topic(), and HLPFILE_UncompressLZ77_Phrases().
Definition at line 2346 of file hlpfile.c.
Referenced by HLPFILE_DoReadHlpFile().
|
static |
WINE_DEFAULT_DEBUG_CHANNEL | ( | winhelp | ) |
|
static |
Definition at line 52 of file hlpfile.c.
Referenced by HLPFILE_FreeHlpFile(), and HLPFILE_ReadHlpFile().