Lines Matching refs:file
316 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
324 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
794 struct file *file; member
1105 current_pos.file = current_file;
1829 YY_BUFFER_STATE zconf_create_buffer (FILE * file, int size ) in zconf_create_buffer() argument
1848 zconf_init_buffer(b,file ); in zconf_create_buffer()
1876 static void zconf_init_buffer (YY_BUFFER_STATE b, FILE * file ) in zconf_init_buffer() argument
1883 b->yy_input_file = file; in zconf_init_buffer()
2370 struct file *iter; in zconf_nextfile()
2371 struct file *file = file_lookup(name); in zconf_nextfile() local
2376 zconfin = zconf_fopen(file->name); in zconf_nextfile()
2379 zconf_curname(), zconf_lineno(), file->name); in zconf_nextfile()
2405 file->lineno = 1; in zconf_nextfile()
2406 file->parent = current_file; in zconf_nextfile()
2407 current_file = file; in zconf_nextfile()
2433 return current_pos.file ? current_pos.file->name : "<none>"; in zconf_curname()