Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.h247 void do_tramo_x12a (GtkAction *action, gpointer p);
H A Dgretl.c1959 { "X12A", NULL, N_("_X-12-ARIMA analysis"), NULL, NULL, G_CALLBACK(do_tramo_x12a) },
1962 { "Tramo", NULL, N_("_TRAMO analysis"), NULL, NULL, G_CALLBACK(do_tramo_x12a) },
H A Dlibrary.c5767 void do_tramo_x12a (GtkAction *action, gpointer p) in do_tramo_x12a() function