Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 1408 of file cmd.c.
Referenced by cmd_main().
{ PARSED_COMMAND *Cmd; while (!bCanExit || !bExit) { Cmd = ParseCommand(NULL); if (!Cmd) continue; ExecuteCommand(Cmd); FreeCommand(Cmd); } }