Searched refs:COMP_IGNORE (Results 1 – 1 of 1) sorted by relevance
4031 enum comp_mode { COMP_IGNORE, COMP_DISABLE, COMP_ENABLE }; enumerator4087 compatible_flag ? COMP_ENABLE: COMP_IGNORE); in define_string()4098 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_string()4447 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in define_macro()4458 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in define_indirect_macro()4469 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_macro()4480 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_indirect_macro()4491 do_define_macro(DEFINE_IGNORE, CALLING_NORMAL, COMP_IGNORE); in ignore()