Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c30 #define vcv_opt_ok(c) (MODEL_COMMAND(c) || c == ADD || c == OMIT) macro
789 n += vcv_opt_ok(ci); in get_opts_for_command()
817 if (vcv_opt_ok(ci)) { in get_opts_for_command()
888 if (opt == OPT_O && vcv_opt_ok(ci)) { in opt_is_valid()
1343 if (vcv_opt_ok(ci) && (opt & OPT_O)) { in set_stored_options()
1568 if (vcv_opt_ok(ci) && !strcmp(s, "vcv")) { in valid_long_opt()
1733 if ((oflags & OPT_O) && vcv_opt_ok(ci)) { in print_flags()