Home
last modified time | relevance | path

Searched refs:read_datefile (Results 1 – 4 of 4) sorted by relevance

/dports/print/pcal/pcal-4.11.0/src/
H A Dprotos.h246 extern void read_datefile (FILE *fp, char *filename);
H A Dreadfile.c314 void read_datefile (FILE *fp, char *filename) in read_datefile() function
843 read_datefile(fp, incfile); /* recursive call */ in do_include()
H A Dpcal.c2273 read_datefile(dfp, datefile); in main()
/dports/biology/migrate/migrate-3.6.11/src/
H A Ddata.c128 void read_datefile (data_fmt * data, option_fmt * options, long numpop);
348 read_datefile(data, options, data->numpop); in get_new_data()
463 read_datefile(data, options, data->numpop); in get_data()
3028 read_datefile (data_fmt * data, option_fmt * options, long numpop) in read_datefile() function