Home | History | Annotate | Download | only in Modules

Lines Matching full:comshell

5372         char *comshell;
5382 comshell = s1 + x;
5383 while (comshell >= s1 && *comshell != '\\')
5384 --comshell;
5385 ++comshell;
5388 _stricmp(comshell, "command.com") != 0) {