Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp4034 enum comp_mode { COMP_IGNORE, COMP_DISABLE, COMP_ENABLE }; enumerator
4090 compatible_flag ? COMP_ENABLE: COMP_IGNORE); in define_string()
4101 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_string()
4450 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in define_macro()
4461 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in define_indirect_macro()
4472 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_macro()
4483 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_indirect_macro()
4494 do_define_macro(DEFINE_IGNORE, CALLING_NORMAL, COMP_IGNORE); in ignore()