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

/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.h115 void post_vertical_spacing();
173 vunits post_vertical_spacing; member in class:environment
370 friend void post_vertical_spacing();
H A Denv.cpp638 post_vertical_spacing(0),
730 post_vertical_spacing(e->post_vertical_spacing),
811 post_vertical_spacing = e->post_vertical_spacing,
914 return post_vertical_spacing;
924 vunits tem(post_vertical_spacing);
1398 void post_vertical_spacing() function
1401 if (has_arg() && get_vunits(&temp, 'p', curenv->post_vertical_spacing)) {
1410 curenv->prev_post_vertical_spacing = curenv->post_vertical_spacing;
[all...]

Completed in 102 milliseconds