Lines Matching refs:pSub

1428             LPTSTR pSub = CharNext( pStart );  in GetCmdLineParameters()  local
1429 if ( (*pSub) == 'l' || (*pSub) == 'L' ) in GetCmdLineParameters()
1431 pSub = CharNext( pSub ); in GetCmdLineParameters()
1432 if ( (*pSub) == 'a' || (*pSub) == 'A' ) in GetCmdLineParameters()
1451 while ( *pSub ) in GetCmdLineParameters()
1453 if ( *pSub == '+' ) in GetCmdLineParameters()
1458 pSub = CharNext( pSub ); in GetCmdLineParameters()
1495 else if ( (*pSub) == 'q' || (*pSub) == 'Q' ) in GetCmdLineParameters()
1497 pSub = CharNext( pSub ); in GetCmdLineParameters()
1498 if ( ! (*pSub) || (*pSub) == 'n' || (*pSub) == 'N' ) in GetCmdLineParameters()
1508 else if ( _tcsnicmp( pSub, PARAM_RUNNING, _tcslen( PARAM_RUNNING ) ) == 0 ) in GetCmdLineParameters()
1512 … else if ( _tcsnicmp( pSub, CMDLN_REG_ALL_MSO_TYPES, _tcslen( CMDLN_REG_ALL_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
1516 … else if ( _tcsnicmp( pSub, CMDLN_REG_NO_MSO_TYPES, _tcslen( CMDLN_REG_NO_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
1520 else if ( (*pSub) == 'i' || (*pSub) == 'I' || (*pSub) == 'f' || (*pSub) == 'F' || in GetCmdLineParameters()
1521 (*pSub) == 'p' || (*pSub) == 'P' || (*pSub) == 'x' || (*pSub) == 'X' || in GetCmdLineParameters()
1522 (*pSub) == 'y' || (*pSub) == 'Y' || (*pSub) == 'z' || (*pSub) == 'Z' ) in GetCmdLineParameters()
1528 else if ( (*pSub) == 'a' || (*pSub) == 'A' ) in GetCmdLineParameters()
1532 else if ( (*pSub) == 'j' || (*pSub) == 'J' ) in GetCmdLineParameters()
1538 else if ( (*pSub) == '?' || (*pSub) == 'h' || (*pSub) == 'H' ) in GetCmdLineParameters()