Searched refs:m_CmdLine (Results 1 – 2 of 2) sorted by relevance
117 char Ch = m_CmdLine[m_ArgIndex]; in ReadNextArg()125 char TmpCh = m_CmdLine[TmpIndex]; in ReadNextArg()189 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in ReadNextArg()214 m_CmdLine(NULL), in CmdLineParser()228 m_CmdLine(CmdLine), in CmdLineParser()237 m_CmdLineLength = strlen(m_CmdLine); in CmdLineParser()239 while (m_ArgIndex < m_CmdLineLength && isspace(m_CmdLine[m_ArgIndex])) in CmdLineParser()
235 const char *m_CmdLine; variable