Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenfuncs.c3628 int new_ptype = 0; in gretl_plotx() local
3647 new_ptype = panel_plotvar_code(dset); in gretl_plotx()
3648 if (new_ptype != 0) { in gretl_plotx()
3653 new_ptype = PLOTVAR_PANEL; in gretl_plotx()
3655 new_ptype = PLOTVAR_INDEX; in gretl_plotx()
3661 if (new_ptype == 0) { in gretl_plotx()
3663 new_ptype = plotvar_code(dset, opt); in gretl_plotx()
3683 if (new_ptype == PLOTVAR_PANEL) { in gretl_plotx()
3689 if (x == NULL || new_ptype == PLOTVAR_PANEL) { in gretl_plotx()
3696 ptype = new_ptype; in gretl_plotx()
[all …]