Home
last modified time | relevance | path

Searched refs:COMP_ENABLE (Results 1 – 2 of 2) 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
4068 else if (comp == COMP_ENABLE) in do_define_string()
4081 if (comp == COMP_DISABLE || comp == COMP_ENABLE) in do_define_string()
4090 compatible_flag ? COMP_ENABLE: COMP_IGNORE); in define_string()
4101 compatible_flag ? COMP_ENABLE : COMP_IGNORE); in append_string()
4361 else if (comp == COMP_ENABLE) in do_define_macro()
4398 if (comp == COMP_DISABLE || comp == COMP_ENABLE) in do_define_macro()
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()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1691 (comp_mode): Add `COMP_ENABLE'.
1692 (do_define_string, do_define_macro): Handle COMP_ENABLE.