|
ReactOS 0.4.16-dev-1972-gf20c09f
|

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 111 of file interpreter.c.
Referenced by InterpretMain(), and InterpretScript().
Definition at line 234 of file interpreter.c.
Referenced by wmain().
Definition at line 186 of file interpreter.c.
Referenced by RunScript().
| COMMAND cmds[] |
Definition at line 17 of file interpreter.c.
Referenced by InterpretCmd().