Searched refs:start_space (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp50 blank_para(TRUE), start_space(FALSE)
241 t->indent->begin(start_space);
245 issue_tag("\n<p", (char *)t->arg1, start_space);
255 issue_tag("", (char *)t->arg1, start_space);
257 t->indent->begin(start_space);
451 start_space = space;
686 start_space = space;
717 start_space = FALSE;
748 start_space = FALSE;
820 return start_space;
[all...]
H A Dhtml-table.h103 int start_space; /* have we seen a `.sp' tag? */ member in class:html_table
H A Dhtml-text.h113 int start_space; /* does para start with a .sp */ member in class:html_text
H A Dhtml-table.cpp242 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE)
368 * set_space - assigns start_space. Used to determine the
374 start_space = space;
493 if (start_space) {
499 start_space = FALSE;

Completed in 81 milliseconds