Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dsubsample.h71 int get_full_length_n (void);
H A Dinteract.c3632 print_smpl(dset, get_full_length_n(), OPT_F, prn); in gretl_cmd_exec()
3639 print_smpl(dset, get_full_length_n(), OPT_NONE, prn); in gretl_cmd_exec()
H A Dsubsample.c1267 int get_full_length_n (void) in get_full_length_n() function
H A Ddataset.c5786 nobs = get_full_length_n(); in get_current_map()
/dports/math/gretl/gretl-2021d/gui/
H A Dmenustate.c1067 " n = %d"), get_full_length_n(), dataset->n); in set_sample_label()
H A Dlibrary.c10395 print_smpl(dset, get_full_length_n(), OPT_F, prn); in gui_do_smpl()
10412 print_smpl(dset, get_full_length_n(), OPT_NONE, prn); in gui_do_smpl()