ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
BOOL | exit_main (INT argc, LPWSTR *argv) |
BOOL | rem_main (INT argc, LPWSTR *argv) |
BOOL | InterpretCmd (int argc, LPWSTR *argv) |
BOOL | InterpretScript (LPWSTR input_line) |
VOID | InterpretMain (VOID) |
Variables | |
COMMAND | cmds [] |
Definition at line 108 of file interpreter.c.
Referenced by InterpretMain(), and InterpretScript().
Definition at line 231 of file interpreter.c.
Referenced by wmain().
Definition at line 183 of file interpreter.c.
COMMAND cmds[] |
Definition at line 17 of file interpreter.c.
Referenced by InterpretCmd().