Home
last modified time | relevance | path

Searched refs:rerun_parameter_present (Results 1 – 2 of 2) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc3321 …r2, const char* prog_name_str, uint32_t rerun_argv_pos, uint32_t rerun_parameter_present, int32_t*… in Rerun() argument
3329 char* rerun_fname = rerun_parameter_present? argv[rerun_argv_pos + 1] : g_textbuf; in Rerun()
3333 if (!rerun_parameter_present) { in Rerun()
3464 …if (unlikely(pgl_malloc((argc + loaded_arg_ct - duplicate_arg_ct - rerun_parameter_present - 1 - f… in Rerun()
3479 const uint32_t final_copy_start_idx = rerun_argv_pos + rerun_parameter_present + 1; in Rerun()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink.c2499 int32_t rerun(uint32_t rerun_argv_pos, uint32_t rerun_parameter_present, int32_t* argc_ptr, uint32_… in rerun() argument
2502 …FILE* rerunfile = fopen(rerun_parameter_present? argv[rerun_argv_pos + 1] : (PROG_NAME_STR ".log")… in rerun()
2656 …subst_argv2 = (char**)malloc((argc + loaded_arg_ct - duplicate_ct - rerun_parameter_present - 1 - … in rerun()
2677 …for (cmdline_arg_idx = rerun_argv_pos + rerun_parameter_present + 1; cmdline_arg_idx < argc; cmdli… in rerun()