HomeSort by: relevance | last modified time | path
    Searched refs:start_space (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.cpp 52 blank_para(TRUE), start_space(FALSE)
243 t->indent->begin(start_space);
247 issue_tag("\n<p", (char *)t->arg1, start_space);
257 issue_tag("", (char *)t->arg1, start_space);
259 t->indent->begin(start_space);
453 start_space = space;
688 start_space = space;
719 start_space = FALSE;
750 start_space = FALSE;
822 return start_space;
    [all...]
html-table.h 105 int start_space; /* have we seen a `.sp' tag? */ member in class:html_table
html-text.h 115 int start_space; /* does para start with a .sp */ member in class:html_text
html-table.cpp 244 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE)
370 * set_space - assigns start_space. Used to determine the
376 start_space = space;
495 if (start_space) {
501 start_space = FALSE;

Completed in 20 milliseconds