Home
last modified time | relevance | path

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

/dports/devel/cook/cook-2.30/cook/
H A Doption.c418 option_set(OPTION_PERSEVERE, OPTION_LEVEL_ERROR, 0); in option_set_errors()
537 case OPTION_PERSEVERE: in option_number_name()
H A Doption.h102 OPTION_PERSEVERE, /* keep trying if have errors */ enumerator
H A Dmain.c452 type = OPTION_PERSEVERE; in argparse()
456 type = OPTION_PERSEVERE; in argparse()
/dports/devel/cook/cook-2.30/cook/builtin/
H A Doptions.c79 { OPTION_PERSEVERE, "-continue", "-nocontinue" },
/dports/devel/cook/cook-2.30/cook/graph/
H A Dwalk.c597 if (!option_test(OPTION_PERSEVERE)) in graph_walk_inner()