Lines Matching refs:restOfCmdLine
386 const wchar_t *restOfCmdLine;
400 // arguments to include before restOfCmdLine. Length can be -1 if
500 DEBUG(restOfCmdLine);
575 search->restOfCmdLine = argv0End; // will be first space after argv0
640 // update flags and then set restOfCmdLine.
641 const wchar_t *arg = search->restOfCmdLine;
655 search->restOfCmdLine = tail;
669 search->restOfCmdLine = tail;
672 search->restOfCmdLine = tail;
675 search->restOfCmdLine = tail;
678 // Do not update restOfCmdLine so that we trigger the help
688 arg = search->restOfCmdLine;
2401 if (!exitCode && search->restOfCmdLine) {
2402 exitCode = wcscat_s(buffer, bufferLength, search->restOfCmdLine);