Home
last modified time | relevance | path

Searched refs:fast_run (Results 1 – 11 of 11) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/cfg/
H A Dconfig.h196 int fast_run; member
H A Dconfig.c124 cfg.fast_run = 0; in cfg_init()
H A Dinfo.c2211 append_dstr(options, format_str("%sfastrun", cfg.fast_run ? "" : "no")); in store_global_options()
/dports/misc/vifm/vifm-0.11/src/
H A Dbackground.c807 command = cfg.fast_run ? fast_run_complete(cmd) : strdup(cmd); in bg_run_external()
888 command = cfg.fast_run ? fast_run_complete(cmd) : strdup(cmd); in bg_run_external()
H A Dopt_handlers.c625 { .ref.bool_val = &cfg.fast_run },
1986 cfg.fast_run = val.bool_val; in fastrun_handler()
H A Dcmd_handlers.c1023 if(cfg.fast_run) in emark_cmd()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore.h138 int fast_run; member
H A Dcore-interface-aligner.c565 global_context -> config.fast_run = 1; in parse_opts_aligner()
H A Dcore-interface-subjunc.c588 global_context -> config.fast_run = 1; in parse_opts_subjunc()
H A Dcore-indel.c4410 context->config.fast_run = 0; in init_global_context()
H A Dcore.c899 if(global_context->config.fast_run){