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

/xsrc/external/mit/imake/dist/
H A Dimake.c318 int cpp_argindex; variable in typeref:typename:int
478 cpp_argindex = 0;
479 while (cpp_argv[ cpp_argindex ] != NULL)
480 cpp_argindex++;
551 if (cpp_argindex >= ARGUMENTS-1)
553 cpp_argv[ cpp_argindex++ ] = arg;
554 cpp_argv[ cpp_argindex ] = NULL;

Completed in 5 milliseconds