|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | HELP_ENTRY |
Macros | |
| #define | NDEBUG |
| #define | HUGE_HELP_BUFFER_SIZE 2048 |
| #define | SMALL_HELP_BUFFER_SIZE 160 |
| #define | TINY_HELP_BUFFER_SIZE 80 |
Typedefs | |
| typedef enum HELP_TYPE * | PHELP_TYPE |
| typedef struct HELP_ENTRY * | PHELP_ENTRY |
Enumerations | |
| enum | HELP_TYPE { Command , Group , SubContext } |
Functions | |
| static VOID | GetContextFullName (_In_ PCONTEXT_ENTRY pContext, _Inout_ LPWSTR pszBuffer, _In_ DWORD cchLength) |
| static VOID | PrintCurrentContextHeader (_In_ PCONTEXT_ENTRY pContext) |
| static VOID | PrintShortGroupCommands (_In_ PCONTEXT_ENTRY pContext, _In_ PCOMMAND_GROUP pGroup) |
| static int | HelpCompare (_In_ const void *p1, _In_ const void *p2) |
| static VOID | PrintContext (_In_ PCONTEXT_ENTRY pContext) |
| static int | SubContextCompare (_In_ const void *p1, _In_ const void *p2) |
| static VOID | PrintSubcontexts (_In_ PCONTEXT_ENTRY pContext) |
| VOID | PrintCommandHelp (_In_ PCONTEXT_ENTRY pContext, _In_ PCOMMAND_GROUP pGroup, _In_ PCOMMAND_ENTRY pCommand) |
| VOID | PrintGroupHelp (_In_ PCONTEXT_ENTRY pContext, _In_ LPWSTR pszGroupName, _In_ BOOL bRecurse) |
| VOID | PrintContextHelp (_In_ PCONTEXT_ENTRY pContext) |
| typedef struct HELP_ENTRY * PHELP_ENTRY |
| typedef enum HELP_TYPE * PHELP_TYPE |
| Enumerator | |
|---|---|
| Command | |
| Group | |
| SubContext | |
|
static |
Definition at line 44 of file help.c.
Referenced by GetContextFullName(), PrintContext(), and PrintCurrentContextHeader().
Definition at line 105 of file help.c.
Referenced by PrintContext().
| VOID PrintCommandHelp | ( | _In_ PCONTEXT_ENTRY | pContext, |
| _In_ PCOMMAND_GROUP | pGroup, | ||
| _In_ PCOMMAND_ENTRY | pCommand | ||
| ) |
Definition at line 278 of file help.c.
Referenced by InterpretCommand().
|
static |
Definition at line 115 of file help.c.
Referenced by PrintContext(), and PrintContextHelp().
| VOID PrintContextHelp | ( | _In_ PCONTEXT_ENTRY | pContext | ) |
Definition at line 363 of file help.c.
Referenced by InterpretCommand().
|
static |
Definition at line 64 of file help.c.
Referenced by PrintContext(), and PrintGroupHelp().
Definition at line 336 of file help.c.
Referenced by InterpretCommand(), and PrintGroupHelp().
|
static |
Definition at line 83 of file help.c.
Referenced by PrintGroupHelp().
|
static |
Definition at line 234 of file help.c.
Referenced by PrintContextHelp().
Definition at line 224 of file help.c.
Referenced by PrintSubcontexts().