Home
last modified time | relevance | path

Searched defs:stored_opt_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c930 struct stored_opt_ { struct
931 int ci; /* index of the associated command */
932 gretlopt opt; /* option flag */
933 char *val; /* option parameter value, or NULL */
934 int flags; /* may include OPT_SETOPT, OPT_PERSIST */
935 int fd; /* "function depth" at which registered */