Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp87 enum constant_space_type { enum
137 constant_space_type is_constant_spaced;
152 void set_constant_space(constant_space_type, units = 0);
370 void font_info::set_constant_space(constant_space_type type, units x) in set_constant_space()