Home
last modified time | relevance | path

Searched refs:gretldir (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/gretl/gretl-2021d/share/
H A DMakefile.in12 gretldir = $(prefix)
14 gretldir = $(datarootdir)/gretl
81 $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/data/greene ; done
84 $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/data/misc ; done
87 $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/data/nist ; done
109 $(tooldir)/mkinstalldirs $(DESTDIR)$(gretldir)
110 $(tooldir)/mkinstalldirs $(DESTDIR)$(gretldir)/doc
111 $(tooldir)/mkinstalldirs $(DESTDIR)$(gretldir)/helpfigs
114 $(INSTALL_DATA) $(cmdsdir)/$$f $(DESTDIR)$(gretldir) ; \
118 $(INSTALL_DATA) $$f $(DESTDIR)$(gretldir)/helpfigs ; done
[all …]
H A Dgretl_cli_fnref.it875 # $gretldir
879 questa stringa in modalità sostituzione, si usi la chiocciola (@gretldir).
H A Dgretl_cli_fnref.en879 # $gretldir
883 string-substitution mode, prepend the at-sign (@gretldir).
H A Dgretl_gui_fnref.it636 # $gretldir straccess
639 …one di gretl. Per usare questa stringa in modalità sostituzione, si usi la chiocciola (@gretldir).
H A Dgretl_gui_fnref.en640 # $gretldir straccess
643 …tl installation directory. To use it in string-substitution mode, prepend the at-sign (@gretldir).
H A Dgretl_cli_fnref.es965 # $gretldir
970 texto, antepón el símbolo arroba (@gretldir).
H A Dgretl_cli_fnref.gl947 # $gretldir
952 texto, antepón o símbolo arroba (@gretldir).
H A Dgretl_gui_fnref.es640 # $gretldir straccess
643 … Para usarla en modo de substitución para cadenas de texto, antepón el símbolo arroba (@gretldir).
H A Dgretl_gui_fnref.gl640 # $gretldir straccess
643 …TL. Para usala en modo de substitución para cadeas de texto, antepón o símbolo arroba (@gretldir).
H A Dgretl_cli_cmdref.pt2108 eval readfile("@gretldir/data/gnuplot/gpcolors.txt")
H A Dgretl_gui_cmdref.pt1096 eval readfile("@gretldir/data/gnuplot/gpcolors.txt")
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.c58 char gretldir[MAXLEN]; member
1699 int n = strlen(gretldir); in has_system_prefix()
1873 return paths.gretldir; in gretl_home()
2351 *paths.gretldir = '\0'; in win32_set_gretldir()
2362 if (*paths.gretldir == '\0') { in win32_set_gretldir()
2373 if (*paths.gretldir != '\0') { in win32_set_gretldir()
2378 if (*paths.gretldir != '\0') { in win32_set_gretldir()
2387 if (*paths.gretldir == '\0') { in win32_set_gretldir()
2483 if (*paths.gretldir == '\0') { in initialize_gretldir()
2507 strcpy(dirname, paths.gretldir); in initialize_gretldir()
[all …]
H A Dgretl_paths.h53 char gretldir[MAXLEN]; member
H A Dgretl_win32.c228 if (cpaths.gretldir[0] == '\0') { in win32_cli_read_rc()
230 cpaths.gretldir); in win32_cli_read_rc()
/dports/math/gretl/gretl-2021d/share/bcih/
H A DMakefile.in21 gretldir = $(prefix)
23 gretldir = $(datarootdir)/gretl
35 $(INSTALL_DATA) fedstl.bin $(DESTDIR)$(gretldir)/db/fedstl.bin
36 $(INSTALL_DATA) $(topsrc)/share/bcih/fedstl.idx $(DESTDIR)$(gretldir)/db/fedstl.idx
/dports/math/gretl/gretl-2021d/win32/
H A Dgretlmime.reg.in4 "gretldir"="@GHOME@"
/dports/math/gretl/gretl-2021d/win32/windist/
H A Disstail12 Root: HKLM; Subkey: "Software\gretl"; ValueType: string; ValueName: "gretldir"; ValueData: "{app}"
/dports/math/gretl/gretl-2021d/gui/
H A Dhelpfiles.c2101 const char *gretldir = gretl_home(); in get_writable_doc_path() local
2111 sprintf(path, "%sdoc%c%s", gretldir, SLASH, fname); in get_writable_doc_path()
2120 sprintf(path, "%sdoc", gretldir); in get_writable_doc_path()
H A Dsettings.c201 { "gretldir", N_("Main gretl directory"), NULL, paths.gretldir,
202 MACHSET | BROWSER, sizeof paths.gretldir, TAB_MAIN, NULL },
H A Dtextbuf.c1811 const char *gretldir = gretl_home(); in open_bibitem_link() local
1817 sprintf(fullname, "%sgretlhelp.refs", gretldir); in open_bibitem_link()
H A Dfnsave.c4067 const char *gretldir = gretl_home(); in validate_package_file() local
4079 sprintf(dtdname, "%sfunctions%cgretlfunc.dtd", gretldir, SLASH); in validate_package_file()
/dports/math/gretl/gretl-2021d/addons/HIP/doc/
H A DHIP.tex532 % content of the built-in string \texttt{gretldir}. For example:
541 % ? gretldir
542 % gretldir
/dports/math/gretl/gretl-2021d/doc/tex_it/
H A Dpersistent.tex326 \verb|@gretldir| & La directory di installazione di \app{gretl} \\
/dports/math/gretl/gretl-2021d/doc/tex/
H A Dpersistent.tex584 \texttt{gretldir} & the gretl installation directory \\
H A Dpkgbook.tex648 eval $gretldir

12