Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c915 OPT_SETOPT = 1 << 0, enumerator
1031 if (optinfo[i].flags & OPT_SETOPT) { in setopt_cleanup()
1148 fd, opt, val, flags & OPT_SETOPT ? 1 : 0); in real_push_option()
1158 if (!(flags & OPT_SETOPT)) { in real_push_option()
1385 int flags = OPT_SETOPT; in set_options_for_command()
1443 (optinfo[i].flags & OPT_SETOPT)) { in maybe_get_stored_options()