Searched refs:switchLoop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dnm2tsv.c284 int switchLoop = 0; local
313 for(switchLoop = 0; switchLoop < switchCount && 0 == retval; switchLoop++)
315 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
319 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
326 if(gSwitches[switchLoop]->mHasValue)
335 current = gSwitches[switchLoop];
341 current = gSwitches[switchLoop];
H A Dcodesighs.c608 int switchLoop = 0; local
638 for(switchLoop = 0; switchLoop < switchCount && 0 == retval; switchLoop++)
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];
H A Dmsdump2symdb.c871 int switchLoop = 0; local
900 for(switchLoop = 0; switchLoop < switchCount && 0 == retval; switchLoop++)
902 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
906 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
913 if(gSwitches[switchLoop]->mHasValue)
922 current = gSwitches[switchLoop];
928 current = gSwitches[switchLoop];
H A Dmaptsvdifftool.c1080 int switchLoop = 0; local
1109 for(switchLoop = 0; switchLoop < switchCount && 0 == retval; switchLoop++)
1111 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
1115 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
1122 if(gSwitches[switchLoop]->mHasValue)
1131 current = gSwitches[switchLoop];
1137 current = gSwitches[switchLoop];
H A Dmsmap2tsv.c1873 int switchLoop = 0; local
1902 for(switchLoop = 0; switchLoop < switchCount && 0 == retval; switchLoop++)
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];

Completed in 50 milliseconds