Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
HDhtml-text.h94 int retrieve_para_space (void);
HDhtml-text.cpp447 int space = retrieve_para_space(); in do_pre()
830 int html_text::retrieve_para_space (void) in retrieve_para_space() function in html_text
976 int space = retrieve_para_space(); in remove_para_align()
HDpost-html.cpp2206 int space = current_paragraph->retrieve_para_space() || seen_space; in emit_raw()
2419 int space = current_paragraph->retrieve_para_space() || seen_space; in write_header()
2701 int space = current_paragraph->retrieve_para_space() || seen_space; in do_indent()
2809 int space = current_paragraph->retrieve_para_space() || seen_space; in do_check_center()
2820 int space = current_paragraph->retrieve_para_space() || seen_space; in do_check_center()
2835 seen_space = seen_space || current_paragraph->retrieve_para_space(); in do_check_center()
3009 row_space = current_paragraph->retrieve_para_space() || seen_space; in do_tab_ts()
/freebsd-11-stable/contrib/groff/
HDChangeLog635 (html_text::remove_para_align): Call `retrieve_para_space' for the
704 (html_text::retrieve_para_space): New function.