Searched refs:construct_format_state (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | env.h | 359 void construct_format_state(node *n, int was_centered, int fill);
|
H A D | env.cpp | 119 curenv->construct_format_state(nd, was_centered, !no_fill); in output() 147 curenv->construct_format_state(nd, was_centered, !no_fill_flag); in output() 2277 void environment::construct_format_state(node *n, int was_centered, in construct_format_state() function in environment
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 1098 (environment::make_tag, environment::construct_format_state): Fix 1316 `construct_format_state, `construct_new_line_state, 1324 (pending_output_line::output): Call `curenv->construct_format_state'. 1337 (environment::construct_state, environment::construct_format_state,
|