Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.h77 int get_optval_int (int ci, gretlopt opt, int *err);
H A Dgretl_foreign.c664 np = get_optval_int(MPI, OPT_N, &err); in win32_lib_run_mpi_sync()
899 int opt_np = get_optval_int(MPI, OPT_N, &err); in lib_run_mpi_sync()
1590 int nt = get_optval_int(MPI, OPT_T, &err); in write_gretl_mpi_script()
H A Dlibglue.c430 boot = get_optval_int(BDS, OPT_B, &err); in bds_test_driver()
H A Doptions.c1296 int get_optval_int (int ci, gretlopt opt, int *err) in get_optval_int() function
H A Dvartest.c718 int m = get_optval_int(VAR, OPT_M, err); in lagsel_get_min_lag()
H A Dtokenize.c3709 r0 = get_optval_int(cmd->ci, OPT_R, &err); in post_process_spreadsheet_options()
3714 c0 = get_optval_int(cmd->ci, OPT_C, &err); in post_process_spreadsheet_options()
H A Dadf_kpss.c2010 int vlevel = get_optval_int(ADF, OPT_V, &err); in adf_test()
H A Ddiscrete.c979 K = get_optval_int(PROBIT, OPT_B, &err); in op_boot_init()
H A Ddescribe.c2142 int n = get_optval_int(FREQ, OPT_N, &err); in check_freq_opts()
/dports/math/gretl/gretl-2021d/plugin/
H A Dpca.c447 nsave = get_optval_int(PCA, OPT_O, &err); in pca_from_cmatrix()
H A Dreprobit.c682 int qp = get_optval_int(mod.ci, OPT_G, &err); in reprobit_estimate()
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c9159 int level = get_optval_int(STORE, OPT_Z, &err); in store_action_to_opt()