Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dinput.cpp4031 enum comp_mode { COMP_IGNORE, COMP_DISABLE, COMP_ENABLE }; enumerator
4087 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()