ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
PCONTEXT_ENTRY | pRootContext = NULL |
PCONTEXT_ENTRY | pCurrentContext = NULL |
PCOMMAND_GROUP AddCommandGroup | ( | PCONTEXT_ENTRY | pContext, |
LPCWSTR | pwszCmdGroupToken, | ||
DWORD | dwShortCmdHelpToken, | ||
DWORD | dwFlags | ||
) |
Definition at line 130 of file context.c.
Referenced by CreateRootContext(), and RegisterContext().
PCONTEXT_ENTRY AddContext | ( | PCONTEXT_ENTRY | pParentContext, |
PWSTR | pszName, | ||
GUID * | pGuid | ||
) |
Definition at line 23 of file context.c.
Referenced by CreateRootContext(), and RegisterContext().
PCOMMAND_ENTRY AddContextCommand | ( | PCONTEXT_ENTRY | pContext, |
LPCWSTR | pwszCmdToken, | ||
PFN_HANDLE_CMD | pfnCmdHandler, | ||
DWORD | dwShortCmdHelpToken, | ||
DWORD | dwCmdHlpToken, | ||
DWORD | dwFlags | ||
) |
Definition at line 79 of file context.c.
Referenced by CreateRootContext(), and RegisterContext().
PCOMMAND_ENTRY AddGroupCommand | ( | PCOMMAND_GROUP | pGroup, |
LPCWSTR | pwszCmdToken, | ||
PFN_HANDLE_CMD | pfnCmdHandler, | ||
DWORD | dwShortCmdHelpToken, | ||
DWORD | dwCmdHlpToken, | ||
DWORD | dwFlags | ||
) |
Definition at line 173 of file context.c.
Referenced by CreateRootContext().
Definition at line 282 of file context.c.
Referenced by wmain().
Definition at line 224 of file context.c.
Referenced by _Requires_lock_held_().
DWORD WINAPI ExitCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | argv, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 252 of file context.c.
Referenced by CreateRootContext(), and main().
DWORD WINAPI RegisterContext | ( | _In_ const NS_CONTEXT_ATTRIBUTES * | pChildContext | ) |
Definition at line 326 of file context.c.
DWORD WINAPI UpCommand | ( | LPCWSTR | pwszMachine, |
LPWSTR * | argv, | ||
DWORD | dwCurrentIndex, | ||
DWORD | dwArgCount, | ||
DWORD | dwFlags, | ||
LPCVOID | pvData, | ||
BOOL * | pbDone | ||
) |
Definition at line 234 of file context.c.
Referenced by CreateRootContext().
PCONTEXT_ENTRY pCurrentContext = NULL |
Definition at line 18 of file context.c.
Referenced by CreateRootContext(), HelpCommand(), HelpContext(), InterpretCommand(), InterpretInteractive(), and UpCommand().
PCONTEXT_ENTRY pRootContext = NULL |
Definition at line 17 of file context.c.
Referenced by CreateRootContext(), HelpContext(), InterpretCommand(), InterpretInteractive(), RegisterContext(), ShowHelperCommand(), and UpCommand().