Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.h35 GRETL_CMDREF, enumerator
H A Dgretl_help.c458 strcpy(helpfile, helpfile_path(GRETL_CMDREF, 1, 0)); in cli_help()
H A Dgretl_paths.c134 if ((id == GRETL_CMDREF && force_en_cmdref) || in helpfile_path()
141 if (id == GRETL_CMDREF) { in helpfile_path()
148 if (id == GRETL_CMDREF) { in helpfile_path()
173 if (id == GRETL_CMDREF) { in using_translated_helpfile()
195 if (id == GRETL_CMDREF) { in using_translated_helpfile()
/dports/math/gretl/gretl-2021d/gui/
H A Dhelpfiles.c238 translated_cmdref = using_translated_helpfile(GRETL_CMDREF); in helpfile_init()
382 fname = helpfile_path(GRETL_CMDREF, 0, 0); in make_help_topics_tree()
388 fname = helpfile_path(GRETL_CMDREF, 0, 1); in make_help_topics_tree()
1328 fname = helpfile_path(GRETL_CMDREF, 0, 0); in real_do_help()
1337 fname = helpfile_path(GRETL_CMDREF, 0, 1); in real_do_help()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c599 const char *hpath = helpfile_path(GRETL_CMDREF, 1, 0); in check_help_file()