Searched refs:curdiv (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp96 diversion *curdiv; variable
103 if (curdiv->prev) {
104 curenv->seen_break = curdiv->saved_seen_break;
105 curenv->seen_space = curdiv->saved_seen_space;
106 curenv->seen_eol = curdiv->saved_seen_eol;
107 curenv->suppress_next_eol = curdiv->saved_suppress_next_eol;
109 curenv->line = curdiv->saved_line;
110 curenv->width_total = curdiv->saved_width_total;
111 curenv->space_total = curdiv->saved_space_total;
112 curenv->saved_indent = curdiv
[all...]
H A Ddiv.h154 extern diversion *curdiv;
H A Denv.cpp110 curdiv->need(vs + post_vs + vunits(vresolution));
118 curdiv->output(nd, no_fill, vs, post_vs, width);
146 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
163 curdiv->output(nd, no_fill_flag, vs, post_vs, width);
1328 curdiv->modified_tag.incl(MTSM_CE);
1345 curdiv->modified_tag.incl(MTSM_RJ);
1362 curdiv->modified_tag.incl(MTSM_LL);
1449 curdiv->modified_tag.incl(MTSM_IN);
1470 curdiv->modified_tag.incl(MTSM_TI);
1749 curdiv
[all...]
H A Dnumber.cpp425 ? curdiv->get_vertical_position().to_units()
H A Dcolumn.cpp684 curdiv->vjustify(typ);

Completed in 130 milliseconds