Searched refs:OPTION_RECURSE (Results 1 – 5 of 5) sorted by relevance
/dports/biology/sra-tools/sra-tools-2.11.0/tools/util/ |
H A D | md5cp.c | 449 #define OPTION_RECURSE "recursive" macro 467 { OPTION_RECURSE, ALIAS_RECURSE, NULL, recurse_usage, 0, false, false }, 507 HelpOptionLine (ALIAS_RECURSE, OPTION_RECURSE, NULL, recurse_usage); in Usage() 675 rc = ArgsOptionCount (args, OPTION_RECURSE, &pcount); in KMain()
|
/dports/devel/cook/cook-2.30/cook/ |
H A D | option.h | 105 OPTION_RECURSE, /* allow target recursion loops */ enumerator
|
H A D | flag.c | 461 option_set(OPTION_RECURSE, level, 1); in flag_set_options() 463 option_set(OPTION_RECURSE, level, 0); in flag_set_options()
|
H A D | option.c | 546 case OPTION_RECURSE: in option_number_name()
|
/dports/devel/cook/cook-2.30/cook/graph/ |
H A D | build.c | 348 if (mp && !option_test(OPTION_RECURSE)) in graph_check_ingredients() 452 if (mp && !option_test(OPTION_RECURSE)) in graph_check_ingredients() 590 if (mp && !option_test(OPTION_RECURSE)) in graph_check_ingredients()
|