Lines Matching refs:mInput
77 FILE* mInput; member
257 while(0 == retval && NULL != fgets(lineBuffer, sizeof(lineBuffer), inOptions->mInput)) in codesighs()
539 if(0 == retval && 0 != ferror(inOptions->mInput)) in codesighs()
618 outOptions->mInput = stdin; in initOptions()
693 if(NULL != outOptions->mInput && stdin != outOptions->mInput) in initOptions()
695 fclose(outOptions->mInput); in initOptions()
696 outOptions->mInput = NULL; in initOptions()
699 outOptions->mInput = fopen(current->mValue, "r"); in initOptions()
700 if(NULL == outOptions->mInput) in initOptions()
974 if(NULL != inOptions->mInput && stdin != inOptions->mInput) in cleanOptions()
976 fclose(inOptions->mInput); in cleanOptions()