Searched refs:tab_contents (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Denv.cpp290 if (tab_contents == 0)
291 tab_contents = new line_start_node;
293 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np);
295 tab_contents = tab_contents->add_discretionary_hyphen();
350 n->next = tab_contents;
351 tab_contents = n;
409 if (tab_contents)
410 tab_contents
[all...]
H A Denv.h193 node *tab_contents; member in class:environment

Completed in 115 milliseconds