Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.h284 void resid_plot (GtkAction *action, gpointer p);
H A Dgui_utils.c3271 entry.callback = G_CALLBACK(resid_plot); in add_vars_to_plot_menu()
3285 entry.callback = (i == 0)? G_CALLBACK(resid_plot) : in add_vars_to_plot_menu()
3305 entry.callback = G_CALLBACK(resid_plot); in add_vars_to_plot_menu()
3326 entry.callback = (i == 0)? G_CALLBACK(resid_plot) : in add_vars_to_plot_menu()
H A Dlibrary.c6948 void resid_plot (GtkAction *action, gpointer p) in resid_plot() function