Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h347 TCHAR config_all_path[MAX_DPATH]; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h463 TCHAR config_all_path[MAX_DPATH]; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp1259 cfgfile_write_str (f, _T("config_all_path"), p->config_all_path); in cfgfile_save_options()
4823 …cfgfile_path (option, value, _T("config_all_path"), p->config_all_path, sizeof p->config_all_path in cfgfile_parse_option()
5157 …fgfile_path (line1b, line2b, _T("config_all_path"), p->config_all_path, sizeof p->config_all_path in cfgfile_load_2()
5209 if (p->config_all_path[0]) { in cfgfile_load()
5211 _tcsncat(tmp, p->config_all_path, sizeof(tmp) / sizeof(TCHAR) - _tcslen(tmp) - 1); in cfgfile_load()