Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dinput.cpp4031 enum comp_mode { COMP_IGNORE, COMP_DISABLE, COMP_ENABLE }; enumerator
4065 else if (comp == COMP_ENABLE) in do_define_string()
4078 if (comp == COMP_DISABLE || comp == COMP_ENABLE) in do_define_string()
4087 compatible_flag ? COMP_ENABLE: COMP_IGNORE); in define_string()
4098 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_string()
4358 else if (comp == COMP_ENABLE) in do_define_macro()
4395 if (comp == COMP_DISABLE || comp == COMP_ENABLE) in do_define_macro()
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()
[all …]
/freebsd-9-stable/contrib/groff/
DChangeLog1691 (comp_mode): Add `COMP_ENABLE'.
1692 (do_define_string, do_define_macro): Handle COMP_ENABLE.