Searched refs:pCppIn (Results 1 – 1 of 1) sorted by relevance
30 FILE *pCppIn = NULL; variable214 pCppIn = stdin; in InitCpp1()243 pCppIn = stdin;326 pCppIn = fopen( useargv[1], "r" );327 if( pCppIn == NULL) {359 addfile( pCppIn, work); /* "open" main input file */364 if( pCppIn != stdin )365 rewind( pCppIn );
Completed in 8 milliseconds