Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c1025 int *active = panel ? panel_active : ts_active; in adf_get_options()
1033 int save_seas = ts_active[5]; in adf_get_options()
1041 ts_active[5] = -1; in adf_get_options()
1089 if (ts_active[5] < 0) { in adf_get_options()
1090 ts_active[5] = save_seas; in adf_get_options()
1116 static int ts_active[] = { 1, 1, 0, 0 }; in dfgls_get_options() local
1192 static int ts_active[] = { 0, 0, 0 }; in kpss_get_options() local
1201 int save_seas = ts_active[1]; in kpss_get_options()
1206 ts_active[1] = -1; in kpss_get_options()
1230 if (ts_active[1] < 0) { in kpss_get_options()
[all …]