Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c38 #define quiet_opt_ok(c) (MODEL_COMMAND(c) || \ macro
790 n += quiet_opt_ok(ci); in get_opts_for_command()
820 if (quiet_opt_ok(ci)) { in get_opts_for_command()
890 } else if (opt == OPT_Q && quiet_opt_ok(ci)) { in opt_is_valid()
1348 if (quiet_opt_ok(ci) && (opt & OPT_Q)) { in set_stored_options()
1572 if (quiet_opt_ok(ci) && !strcmp(s, "quiet")) { in valid_long_opt()
1738 if ((oflags & OPT_Q) && quiet_opt_ok(ci)) { in print_flags()