Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/roff/troff/
HDenv.h357 void construct_format_state(node *n, int was_centered, int fill);
HDenv.cpp117 curenv->construct_format_state(nd, was_centered, !no_fill); in output()
145 curenv->construct_format_state(nd, was_centered, !no_fill_flag); in output()
2275 void environment::construct_format_state(node *n, int was_centered, in construct_format_state() function in environment
/trueos/contrib/groff/
HDChangeLog1098 (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,