Searched refs:residueArgc (Results 1 – 1 of 1) sorted by relevance
997 int32_t residueArgc = argc - startPos; in ParseCommand() local998 if (residueArgc == 0) { in ParseCommand()1002 } else if (residueArgc == ONE_ARGC) { in ParseCommand()1009 } else if (residueArgc == TWO_ARGC) { in ParseCommand()1020 } else if (residueArgc == THREE_ARGC) { in ParseCommand()1046 } else if (residueArgc >= FOUR_ARGC) { in ParseCommand()