Home | History | Annotate | Download | only in codesighs

Lines Matching defs:mInput

57 **  mInput          File to read for input.
67 FILE* mInput;
160 while(0 == retval && NULL != fgets(lineBuffer, sizeof(lineBuffer), inOptions->mInput))
267 if(0 == retval && 0 != ferror(inOptions->mInput))
294 outOptions->mInput = stdin;
368 if(NULL != outOptions->mInput && stdin != outOptions->mInput)
370 fclose(outOptions->mInput);
371 outOptions->mInput = NULL;
374 outOptions->mInput = fopen(current->mValue, "r");
375 if(NULL == outOptions->mInput)
437 if(NULL != inOptions->mInput && stdin != inOptions->mInput)
439 fclose(inOptions->mInput);