Searched refs:m_pOpt (Results 1 – 2 of 2) sorted by relevance
534 return m_pShellInit->m_CommandLine.m_pOpt; in PVRShellGet()845 FREE(m_pOpt); in ~PVRShellCommandLine()954 FREE(m_pOpt); in Parse()1001 SCmdLineOpt* pTmp = (SCmdLineOpt*)realloc(m_pOpt, m_nOptMax * sizeof(*m_pOpt)); in Parse()1004 FREE(m_pOpt); in Parse()1008 m_pOpt = pTmp; in Parse()1011 m_pOpt[m_nOptLen++] = opt; in Parse()1040 arg = m_pOpt[i].pArg; in Apply()1041 val = m_pOpt[i].pVal; in Apply()1556 m_CommandLine.m_pOpt[i].pArg ? m_CommandLine.m_pOpt[i].pArg : "", in Run()[all …]
95 SCmdLineOpt *m_pOpt; variable