Home
last modified time | relevance | path

Searched refs:OSi_OptInd (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c158 int OSi_OptInd = 1; variable
175 OSi_OptInd = 1; in OS_GetOpt()
181 arg = OS_GetArgv(OSi_OptInd); in OS_GetOpt()
190 OSi_OptInd++; // Consume arguments in OS_GetOpt()
216 OSi_OptInd++; // Consume arguments in OS_GetOpt()
239 optarg = OS_GetArgv(OSi_OptInd); in OS_GetOpt()
254 OSi_OptInd++; // Consume arguments in OS_GetOpt()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
Dargument.h163 extern int OSi_OptInd;
172 return OSi_OptInd; in OS_GetOptInd()