ReactOS 0.4.15-dev-7842-g558ab78
cmdlist.c File Reference
#include "syshdrs.h"
#include "shell.h"
#include "bookmark.h"
#include "cmds.h"
Include dependency graph for cmdlist.c:

Go to the source code of this file.

Variables

Command gCommands []
 
size_t gNumCommands = ((size_t) (sizeof(gCommands) / sizeof(Command)))
 

Variable Documentation

◆ gCommands

Command gCommands[]

Definition at line 16 of file cmdlist.c.

Referenced by GetCommandByIndex(), GetCommandByName(), HelpCmd(), and InitCommandList().

◆ gNumCommands

size_t gNumCommands = ((size_t) (sizeof(gCommands) / sizeof(Command)))

Definition at line 525 of file cmdlist.c.

Referenced by GetCommandByIndex(), GetCommandByName(), HelpCmd(), and InitCommandList().