Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c939 static int n_stored_opts; variable
968 for (i=0; i<n_stored_opts; i++) { in clear_stored_options_for_command()
980 int i, n = n_stored_opts; in destroy_option_params_at_level()
986 for (i=0; i<n_stored_opts; i++) { in destroy_option_params_at_level()
998 n_stored_opts = n; in destroy_option_params_at_level()
1011 for (i=0; i<n_stored_opts; i++) { in stored_options_cleanup()
1017 n_stored_opts = 0; in stored_options_cleanup()
1024 int i, n = n_stored_opts; in setopt_cleanup()
1042 n_stored_opts = n; in setopt_cleanup()
1184 n = n_stored_opts + 1; in real_push_option()
[all …]