Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.cpp52 blank_para(TRUE), start_space(FALSE) in html_text()
160 blank_para = TRUE; break; in end_tag()
165 blank_para = TRUE; in end_tag()
667 blank_para = FALSE; in do_emittext()
813 return !blank_para; in ever_emitted_text()
834 if (start_space && blank_para) { in retrieve_para_space()
H A Dhtml-text.h114 int blank_para; /* have we ever written text? */ variable
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.118561 `blank_para' and `start_space'.
577 (html_text::do_emittext): Reset `blank_para'.