Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_argument.c152 int OSi_OptInd = 1; variable
169 OSi_OptInd = 1; in OS_GetOpt()
175 arg = OS_GetArgv(OSi_OptInd); in OS_GetOpt()
184 OSi_OptInd++; // Consume arguments in OS_GetOpt()
210 OSi_OptInd++; // Consume arguments in OS_GetOpt()
233 optarg = OS_GetArgv(OSi_OptInd); in OS_GetOpt()
248 OSi_OptInd++; // Consume arguments in OS_GetOpt()
/TwlSDK-5.4/include/nitro/os/ARM9/
Dargument.h146 extern int OSi_OptInd;
155 return OSi_OptInd; in OS_GetOptInd()