Home | History | Annotate | Download | only in codesighs

Lines Matching refs:gSwitches

131 static Switch* gSwitches[] = {
610 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
640 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
644 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
651 if(gSwitches[switchLoop]->mHasValue)
660 current = gSwitches[switchLoop];
666 current = gSwitches[switchLoop];
1030 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
1039 if(gSwitches[loop]->mHasValue)
1048 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText);
1049 printf("\t %s%s", gSwitches[loop]->mShortName, valueText);
1050 printf(DESC_NEWLINE "%s\n\n", gSwitches[loop]->mDescription);