Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpathconfig.c158 #define COPY_CONFIG(PATH_ATTR, CONFIG_ATTR) \ in pathconfig_set_from_config() macro
167 COPY_CONFIG(program_full_path, executable); in pathconfig_set_from_config()
168 COPY_CONFIG(prefix, prefix); in pathconfig_set_from_config()
169 COPY_CONFIG(exec_prefix, exec_prefix); in pathconfig_set_from_config()
170 COPY_CONFIG(program_name, program_name); in pathconfig_set_from_config()
171 COPY_CONFIG(home, home); in pathconfig_set_from_config()
173 COPY_CONFIG(base_executable, base_executable); in pathconfig_set_from_config()
176 #undef COPY_CONFIG in pathconfig_set_from_config()