Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.h129 int has_system_prefix (const char *fname, SearchType stype);
H A Dgretl_paths.c1696 int has_system_prefix (const char *fname, SearchType stype) in has_system_prefix() function
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c466 if (has_system_prefix(fname, SCRIPT_SEARCH)) { in filesel_open_session()
H A Dgui_utils.c968 if (has_system_prefix(datafile, DATA_SEARCH)) { in real_register_data()
H A Dlibrary.c8783 if (has_system_prefix(scriptfile, SCRIPT_SEARCH)) { in do_open_script()