Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.c72 char octpath[MAXLEN]; member
2195 return paths.octpath; in gretl_octave_path()
2686 ndelta += maybe_transcribe_path(paths.octpath, cpaths->octpath, 0); in gretl_update_paths()
2764 } else if (targ == paths.octpath) { in load_default_path()
2873 } else if (targ == paths.octpath) { in load_default_path()
2874 strcpy(paths.octpath, app_paths[1]); in load_default_path()
2958 path_init(paths.octpath, cpaths->octpath, 0); in copy_paths_with_fallback()
3373 strncat(cpaths->octpath, val, MAXLEN - 1); in get_gretl_config_from_file()
3849 { "octave", paths.octpath },
H A Dgretl_paths.h63 char octpath[MAXLEN]; member
/dports/math/gretl/gretl-2021d/gui/
H A Dsettings.c281 { "octave", N_("Path to octave executable"), NULL, paths.octpath,
282 MACHSET | BROWSER, sizeof paths.octpath, TAB_PROGS, NULL},