Lines Matching refs:TCHAR

29 	TCHAR path[MAX_PATHS][PATH_MAX];
34 TCHAR *option, *value;
55 TCHAR *name;
56 TCHAR *configname;
58 TCHAR *custom[MAX_INPUT_DEVICE_EVENTS][MAX_INPUT_SUB_EVENT_ALL];
70 TCHAR custom[MAX_DPATH];
76 TCHAR name[MAX_JPORTNAME];
77 TCHAR configname[MAX_JPORTNAME];
117 TCHAR name[MAX_DPATH];
125 TCHAR df[MAX_DPATH];
128 TCHAR dfxclickexternal[256];
162 TCHAR devname[MAX_DPATH];
163 TCHAR volname[MAX_DPATH];
164 TCHAR rootdir[MAX_DPATH];
167 TCHAR filesys[MAX_DPATH];
259 TCHAR label[16];
260 TCHAR commands[256];
289 TCHAR gfx_filtershader[2 * MAX_FILTERSHADERS + 1][MAX_DPATH];
290 TCHAR gfx_filtermask[2 * MAX_FILTERSHADERS + 1][MAX_DPATH];
291 TCHAR gfx_filteroverlay[MAX_DPATH];
317 TCHAR romfile[MAX_DPATH];
318 TCHAR romident[256];
342 TCHAR description[256];
343 TCHAR info[256];
345 TCHAR config_hardware_path[MAX_DPATH];
346 TCHAR config_host_path[MAX_DPATH];
347 TCHAR config_all_path[MAX_DPATH];
348 TCHAR config_window_title[256];
362 TCHAR ghostscript_parameters[256];
445 TCHAR genlock_image_file[MAX_DPATH];
484 TCHAR filesys_inject_icons_tool[MAX_DPATH];
485 TCHAR filesys_inject_icons_project[MAX_DPATH];
486 TCHAR filesys_inject_icons_drawer[MAX_DPATH];
531 TCHAR romfile[MAX_DPATH];
532 TCHAR romident[256];
533 TCHAR romextfile[MAX_DPATH];
535 TCHAR romextfile2[MAX_DPATH];
536 TCHAR romextident[256];
537 TCHAR flashfile[MAX_DPATH];
538 TCHAR rtcfile[MAX_DPATH];
539 TCHAR cartfile[MAX_DPATH];
540 TCHAR cartident[256];
542 TCHAR pci_devices[256];
543 TCHAR prtname[256];
544 TCHAR sername[256];
545 TCHAR a2065name[MAX_DPATH];
546 TCHAR ne2000pciname[MAX_DPATH];
547 TCHAR picassoivromfile[MAX_DPATH];
549 TCHAR quitstatefile[MAX_DPATH];
550 TCHAR statefile[MAX_DPATH];
551 TCHAR inprecfile[MAX_DPATH];
569 TCHAR ppc_model[32];
625 TCHAR dfxlist[MAX_SPARE_DRIVES][MAX_DPATH];
630 TCHAR luafiles[MAX_LUA_STATES][MAX_DPATH];
678 TCHAR win32_commandpathstart[MAX_DPATH];
679 TCHAR win32_commandpathend[MAX_DPATH];
680 TCHAR win32_parjoyport0[MAX_DPATH];
681 TCHAR win32_parjoyport1[MAX_DPATH];
682 TCHAR win32_guipage[32];
683 TCHAR win32_guiactivepage[32];
718 TCHAR input_config_name[GAMEPORT_INPUT_SETTINGS][256];
728 extern TCHAR optionsfile[];
731 extern void cfgfile_write (struct zfile *, const TCHAR *option, const TCHAR *format,...);
732 extern void cfgfile_dwrite (struct zfile *, const TCHAR *option, const TCHAR *format,...);
733 extern void cfgfile_target_write (struct zfile *, const TCHAR *option, const TCHAR *format,...);
734 extern void cfgfile_target_dwrite (struct zfile *, const TCHAR *option, const TCHAR *format,...);
736 extern void cfgfile_write_bool (struct zfile *f, const TCHAR *option, bool b);
737 extern void cfgfile_dwrite_bool (struct zfile *f,const TCHAR *option, bool b);
738 extern void cfgfile_target_write_bool (struct zfile *f, const TCHAR *option, bool b);
739 extern void cfgfile_target_dwrite_bool (struct zfile *f, const TCHAR *option, bool b);
741 extern void cfgfile_write_str (struct zfile *f, const TCHAR *option, const TCHAR *value);
742 extern void cfgfile_dwrite_str (struct zfile *f, const TCHAR *option, const TCHAR *value);
743 extern void cfgfile_target_write_str (struct zfile *f, const TCHAR *option, const TCHAR *value);
744 extern void cfgfile_target_dwrite_str (struct zfile *f, const TCHAR *option, const TCHAR *value);
746 extern void cfgfile_backup (const TCHAR *path);
751 extern void error_log (const TCHAR*, ...);
752 extern TCHAR *get_error_log (void);
758 int parse_cmdline_option (struct uae_prefs *, TCHAR, const TCHAR*);
760 extern int cfgfile_yesno (const TCHAR *option, const TCHAR *value, const TCHAR *name, bool *locatio…
761 extern int cfgfile_intval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *locatio…
762 extern int cfgfile_strval (const TCHAR *option, const TCHAR *value, const TCHAR *name, int *locatio…
763 extern int cfgfile_string (const TCHAR *option, const TCHAR *value, const TCHAR *name, TCHAR *locat…
764 extern TCHAR *cfgfile_subst_path (const TCHAR *path, const TCHAR *subst, const TCHAR *file);
766 extern TCHAR *target_expand_environment (const TCHAR *path);
767 extern int target_parse_option (struct uae_prefs *, const TCHAR *option, const TCHAR *value);
771 extern int target_cfgfile_load (struct uae_prefs *, const TCHAR *filename, int type, int isdefault);
773 extern int target_get_display (const TCHAR*);
774 extern const TCHAR *target_get_display_name (int, bool);
776 extern int cfgfile_load (struct uae_prefs *p, const TCHAR *filename, int *type, int ignorelink, int…
777 extern int cfgfile_save (struct uae_prefs *p, const TCHAR *filename, int);
778 extern void cfgfile_parse_line (struct uae_prefs *p, TCHAR *, int);
779 extern void cfgfile_parse_lines (struct uae_prefs *p, const TCHAR *, int);
780 extern int cfgfile_parse_option (struct uae_prefs *p, const TCHAR *option, TCHAR *value, int);
781 extern int cfgfile_get_description (const TCHAR *filename, TCHAR *description, TCHAR *hostlink, TCH…
783 extern int cfgfile_searchconfig(const TCHAR *in, int index, TCHAR *out, int outsize);
786 extern uae_u32 cfgfile_modify (uae_u32 index, const TCHAR *parms, uae_u32 size, TCHAR *out, uae_u32…
787 extern void cfgfile_addcfgparam (TCHAR *);
791 extern int cmdlineparser (const TCHAR *s, TCHAR *outp[], int max);