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) {360 addfile( pCppIn, work); /* "open" main input file */365 if( pCppIn != stdin )366 rewind( pCppIn );
Completed in 15 milliseconds