Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c1094 Scheme_Object *config_path = NULL; in startup_mzscheme() local
1099 MZ_GC_VAR_IN_REG(0, config_path); in startup_mzscheme()
1105 config_path = scheme_make_path((char *)s); in startup_mzscheme()
1111 if (config_path == NULL) in startup_mzscheme()
1113 config_path = scheme_make_path(MZSCHEME_CONFIGDIR); in startup_mzscheme()
1117 if (config_path != NULL) in startup_mzscheme()
1119 scheme_set_config_path(config_path); in startup_mzscheme()