Lines Matching refs:gSwitches
218 static Switch* gSwitches[] = {
1875 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
1904 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
1908 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
1915 if(gSwitches[switchLoop]->mHasValue)
1924 current = gSwitches[switchLoop];
1930 current = gSwitches[switchLoop];
2096 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]);
2105 if(gSwitches[loop]->mHasValue)
2114 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText);
2115 printf("\t %s%s", gSwitches[loop]->mShortName, valueText);
2116 printf(DESC_NEWLINE "%s\n\n", gSwitches[loop]->mDescription);