Searched refs:f_in (Results 1 – 1 of 1) sorted by relevance
51 static FILE *f_in; variable57 FILE * f_in; member68 f_in = (FILE *) 0; in input_file_begin()93 saved->f_in = f_in; in input_file_push()112 f_in = saved->f_in; in input_file_pop()133 f_in = fopen (filename, FOPEN_RT); in input_file_open()139 f_in = stdin; in input_file_open()144 if (f_in == NULL) in input_file_open()153 c = getc (f_in); in input_file_open()155 if (ferror (f_in)) in input_file_open()[all …]