|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| struct | command |
Defines |
| #define | MAX_PARM_COUNT 3 |
| #define | MAX_TOKEN_COUNT (MAX_PARM_COUNT+2) |
| #define | HISTLENGTH 25 |
Enumerations |
| enum | {
BAD_USAGE = -3,
EMPTY_LINE = -2,
INVALID_CMD = -1,
__FIRST_COMMAND = 0,
OPEN = __FIRST_COMMAND,
CLOSE,
KEYS,
QUIT,
HELP,
HELP2,
K_LOAD,
K_SWITCH,
K_DISPLAY,
SET,
SUSPEND,
FASTQUIT,
CMD_HISTORY,
CLEAR_HISTORY,
ALIASES,
__COMMAND_LIST_SIZE
} |
Functions |
| int | telCommandLine (Telnet &MyConnection) |
| void | waitforkey () |
| struct cmdHistory * | cfgets (char *buf, unsigned int length, struct cmdHistory *cmdhist) |
| int | main (int ArgC, char *ArgV[]) |
| static int | cmdMatch (const char *cmd, const char *token, int tokenLen, int minM) |
| static void | printUsage (int cmd) |
| int | tokenizeCommand (char *szCommand, int &argc, char **argv) |
Variables |
| command | cmdList [__COMMAND_LIST_SIZE] |
Generated on Sun May 27 2012 04:42:57 for ReactOS by
1.7.6.1
|