Home
last modified time | relevance | path

Searched refs:res_loader (Results 1 – 21 of 21) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dgameinfl.cpp73 CResLoader *res_loader; in init() local
86 res_loader = new CResLoader(res_path); in init()
89 local_mapper_ = CCharmapToLocal::load(res_loader, charset_name); in init()
93 local_mapper_ = CCharmapToLocal::load(res_loader, "us-ascii"); in init()
96 delete res_loader; in init()
H A Dtcmain.cpp60 CResLoader *res_loader) in tc_err_init() argument
75 fp = res_loader->open_res_file("t3make.msg", 0, "XMSG"); in tc_err_init()
123 void CTcMain::init(CTcHostIfc *hostifc, CResLoader *res_loader, in init() argument
127 tc_err_init(1024, res_loader); in init()
136 G_tcmain = new CTcMain(res_loader, default_charset); in init()
179 CTcMain::CTcMain(CResLoader *res_loader, const char *default_charset) in CTcMain() argument
208 console_mapper_ = CCharmapToLocal::load(res_loader, mapname); in CTcMain()
212 console_mapper_ = CCharmapToLocal::load(res_loader, "us-ascii"); in CTcMain()
216 res_loader_ = res_loader; in CTcMain()
H A Dtest_tok.cpp46 CResLoader *res_loader; in main() local
62 res_loader = new CResLoader(pathbuf); in main()
65 CTcMain::init(hostifc, res_loader, "us-ascii"); in main()
139 delete res_loader; in main()
206 delete res_loader; in main()
H A Dtest_sym.cpp51 CResLoader *res_loader; in main() local
73 res_loader = new CResLoader(pathbuf); in main()
76 CTcMain::init(hostifc, res_loader, 0); in main()
132 delete res_loader; in main()
220 delete res_loader; in main()
H A Dtest_link.cpp50 CResLoader *res_loader; in main() local
71 res_loader = new CResLoader(pathbuf); in main()
74 CTcMain::init(hostifc, res_loader, 0); in main()
113 delete res_loader; in main()
220 delete res_loader; in main()
H A Dtest_comp_obj.cpp50 CResLoader *res_loader; in main() local
69 res_loader = new CResLoader(pathbuf); in main()
72 CTcMain::init(hostifc, res_loader, 0); in main()
161 delete res_loader; in main()
255 delete res_loader; in main()
H A Dtest_prs_top.cpp52 CResLoader *res_loader; in main() local
75 res_loader = new CResLoader(pathbuf); in main()
78 CTcMain::init(hostifc, res_loader, "us-ascii"); in main()
148 delete res_loader; in main()
255 delete res_loader; in main()
H A Dtcmake.cpp601 CTcMain::init(hostifc, res_loader, source_charset_); in check_all_module_collisions()
629 CResLoader *res_loader; in build() local
644 res_loader = new CResLoader(exe_path); in build()
648 res_loader->set_exe_filename(exe_path); in build()
1313 delete res_loader; in build()
1367 CResLoader *res_loader, in preprocess_source() argument
1380 CTcMain::init(hostifc, res_loader, source_charset_); in preprocess_source()
1465 CResLoader *res_loader, in build_symbol_file() argument
1479 CTcMain::init(hostifc, res_loader, source_charset_); in build_symbol_file()
1552 CResLoader *res_loader, in build_object_file() argument
[all …]
H A Dtest_prs.cpp149 CResLoader *res_loader; in main() local
174 res_loader = new CResLoader(pathbuf); in main()
177 CTcMain::init(hostifc, res_loader, 0); in main()
236 delete res_loader; in main()
421 delete res_loader; in main()
H A Dmsgcomp.cpp269 CResLoader *res_loader = 0; in main() local
324 res_loader = new CResLoader(); in main()
326 res_loader->set_exe_filename(exe_path); in main()
445 mapper = CCharmapToUni::load(res_loader, charset); in main()
809 if (res_loader != 0) in main()
810 delete res_loader; in main()
H A Dtcmain.h47 class CResLoader *res_loader,
55 class CResLoader *res_loader);
237 CTcMain(class CResLoader *res_loader, const char *default_charset);
H A Dtcmake.h632 class CResLoader *res_loader,
646 class CResLoader *res_loader,
653 class CResLoader *res_loader,
661 class CResLoader *res_loader,
669 class CResLoader *res_loader,
H A Dtcsrc.cpp54 class CResLoader *res_loader, in open_source() argument
281 mapper = CCharmapToUni::load(res_loader, charset_name); in open_source()
315 mapper = CCharmapToUni::load(res_loader, default_charset); in open_source()
H A Dtcmakecl.cpp351 CResLoader *res_loader; in main() local
356 res_loader = new CResLoader(buf); in main()
360 res_loader->set_exe_filename(buf); in main()
363 CTcMain::tc_err_init(1024, res_loader); in main()
366 delete res_loader; in main()
H A Dcharmap.cpp41 osfildef *CCharmap::open_map_file(class CResLoader *res_loader, in open_map_file() argument
63 fp = res_loader->open_res_file(respath, "charmap/cmaplib", "CLIB"); in open_map_file()
924 CCharmapToLocal *CCharmapToLocal::load(CResLoader *res_loader, in load() argument
948 fp = open_map_file(res_loader, table_name, &map_type); in load()
1905 CCharmapToUni *CCharmapToUni::load(class CResLoader *res_loader, in load() argument
1929 fp = open_map_file(res_loader, table_name, &map_type); in load()
H A Dcharmap.h108 static osfildef *open_map_file(class CResLoader *res_loader,
162 static CCharmapToUni *load(class CResLoader *res_loader,
301 static CCharmapToLocal *load(class CResLoader *res_loader,
H A Dvmglobv.h88 VM_GLOBAL_OBJDEF(class CResLoader, res_loader)
H A Dtcsrc.h151 class CResLoader *res_loader,
H A Dvmglob.h467 #define G_res_loader VMGLOB_ACCESS(res_loader)
H A Dtctok.h677 CTcTokenizer(class CResLoader *res_loader, const char *default_charset);
H A Dtctok.cpp52 CTcTokenizer::CTcTokenizer(CResLoader *res_loader, in CTcTokenizer() argument
133 res_loader_ = res_loader; in CTcTokenizer()
168 default_mapper_ = CCharmapToUni::load(res_loader, default_charset); in CTcTokenizer()