Lines Matching defs:CLEAR
697 #define CLEAR(ATTR) \
703 CLEAR(config->pycache_prefix);
704 CLEAR(config->pythonpath_env);
705 CLEAR(config->home);
706 CLEAR(config->program_name);
713 CLEAR(config->stdlib_dir);
715 CLEAR(config->executable);
716 CLEAR(config->base_executable);
717 CLEAR(config->prefix);
718 CLEAR(config->base_prefix);
719 CLEAR(config->exec_prefix);
720 CLEAR(config->base_exec_prefix);
721 CLEAR(config->platlibdir);
723 CLEAR(config->filesystem_encoding);
724 CLEAR(config->filesystem_errors);
725 CLEAR(config->stdio_encoding);
726 CLEAR(config->stdio_errors);
727 CLEAR(config->run_command);
728 CLEAR(config->run_module);
729 CLEAR(config->run_filename);
730 CLEAR(config->check_hash_pycs_mode);
733 #undef CLEAR