Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_commands.c85 { GRAPHPG, "graphpg" },
H A Dgretl_commands.h74 GRAPHPG, enumerator
H A Doptions.c304 { GRAPHPG, OPT_M, "monochrome", 0 },
305 { GRAPHPG, OPT_O, "output", 2 },
H A Dtokenize.c127 { GRAPHPG, "graphpg", CI_PARM1 | CI_PARM2 }, /* params optional */
231 c == GRAPHPG || c == PLOT || c == OUTFILE)
234 c == ESTIMATE || c == HELP || c == GRAPHPG || \
H A Dinteract.c4048 case GRAPHPG: in gretl_cmd_exec()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli-mpi.c578 if (s->cmd->ci == MODELTAB || s->cmd->ci == GRAPHPG) { in cli_exec_callback()
H A Dgretlcli.c948 if (s->cmd->ci == MODELTAB || s->cmd->ci == GRAPHPG) { in cli_exec_callback()
/dports/math/gretl/gretl-2021d/gui/
H A Dgraph_page.c921 outfile = get_optval_string(GRAPHPG, OPT_O); in graph_page_exec()
H A Dsession.c3613 show_gui_help(GRAPHPG); in object_popup_callback()
H A Dlibrary.c10061 } else if (ci == GRAPHPG) { in gui_exec_callback()