Lines Matching refs:pSub

1498             LPTSTR pSub = CharNext( pStart );  in GetCmdLineParameters()  local
1499 if ( (*pSub) == 'l' || (*pSub) == 'L' ) in GetCmdLineParameters()
1501 pSub = CharNext( pSub ); in GetCmdLineParameters()
1502 if ( (*pSub) == 'a' || (*pSub) == 'A' ) in GetCmdLineParameters()
1521 while ( *pSub ) in GetCmdLineParameters()
1523 if ( *pSub == '+' ) in GetCmdLineParameters()
1528 pSub = CharNext( pSub ); in GetCmdLineParameters()
1565 else if ( (*pSub) == 'q' || (*pSub) == 'Q' ) in GetCmdLineParameters()
1567 pSub = CharNext( pSub ); in GetCmdLineParameters()
1568 if ( ! (*pSub) || (*pSub) == 'n' || (*pSub) == 'N' ) in GetCmdLineParameters()
1578 else if ( _tcsnicmp( pSub, PARAM_RUNNING, _tcslen( PARAM_RUNNING ) ) == 0 ) in GetCmdLineParameters()
1582 … else if ( _tcsnicmp( pSub, CMDLN_REG_ALL_MSO_TYPES, _tcslen( CMDLN_REG_ALL_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
1586 … else if ( _tcsnicmp( pSub, CMDLN_REG_NO_MSO_TYPES, _tcslen( CMDLN_REG_NO_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
1590 else if ( (*pSub) == 'i' || (*pSub) == 'I' || (*pSub) == 'f' || (*pSub) == 'F' || in GetCmdLineParameters()
1591 (*pSub) == 'p' || (*pSub) == 'P' || (*pSub) == 'x' || (*pSub) == 'X' || in GetCmdLineParameters()
1592 (*pSub) == 'y' || (*pSub) == 'Y' || (*pSub) == 'z' || (*pSub) == 'Z' ) in GetCmdLineParameters()
1598 else if ( (*pSub) == 'a' || (*pSub) == 'A' ) in GetCmdLineParameters()
1602 else if ( (*pSub) == 'j' || (*pSub) == 'J' ) in GetCmdLineParameters()
1608 else if ( (*pSub) == '?' || (*pSub) == 'h' || (*pSub) == 'H' ) in GetCmdLineParameters()