Home
last modified time | relevance | path

Searched refs:bayesfilename (Results 1 – 5 of 5) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dmigration.h498 char *bayesfilename; member
H A Doptions.c268 init_filename( &options->bayesfilename, BAYESFILE); in init_options()
1159 fprintf (file, " Posterior distribution: %33.33s\n", options->bayesfilename); in print_options()
2038 myfree( options->bayesfilename); in free_options_filenames()
3572 print_parm_mutable(&bufsize, buffer, allocbufsize, "bayes-file=YES:%s", options->bayesfilename); in save_options_buffer()
4321 set_filename(value, "YES", &options->bayesfilename); in booleancheck()
5084 strncpy (options->bayesfilename, value, 255); //this is legacy code and got replaced in numbercheck()
H A Dmenu.c2723 BAYESFILE, options->bayesfilename); in menuStrategy_bayes()
3351 sprintf(outputstring,"%s%s", "YES:", options->bayesfilename); in display_bayes_mcmc()
H A Dtools.c781 openfile (&world->bayesfile, options->bayesfilename, "w+", NULL); in init_files()
H A Dpretty.c3699 pdf_printf_right_next(left_margin, &page_height,"%s\n", options->bayesfilename); in pdf_print_options()