Searched refs:vertical_spacing (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
H A D | main.cpp | 526 vertical_spacing.inc = vertical_spacing.val = 0; in entry_modifier() 584 if (vertical_spacing.val != 0) { in debug_print() 586 if (vertical_spacing.inc > 0) in debug_print() 588 else if (vertical_spacing.inc < 0) in debug_print() 590 fprintf(stderr, "%d ", vertical_spacing.val); in debug_print() 952 list->vertical_spacing.val = 0; in process_format() 953 list->vertical_spacing.inc = 0; in process_format() 955 list->vertical_spacing.inc = (c == '+' ? 1 : -1); in process_format() 960 list->vertical_spacing.inc = 0; in process_format() 964 list->vertical_spacing.val *= 10; in process_format() [all …]
|
H A D | table.h | 52 inc_number vertical_spacing; member
|
H A D | table.cpp | 963 if (m->vertical_spacing.val != 0) { in set_modifier() 965 if (m->vertical_spacing.inc > 0) in set_modifier() 967 else if (m->vertical_spacing.inc < 0) in set_modifier() 969 printfs("%1\n", as_string(m->vertical_spacing.val)); in set_modifier()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | env.h | 116 void vertical_spacing(); 173 vunits vertical_spacing; variable 371 friend void vertical_spacing();
|
H A D | env.cpp | 638 vertical_spacing(points_to_units(12)), in environment() 730 vertical_spacing(e->vertical_spacing), in environment() 811 vertical_spacing = e->vertical_spacing; in copy() 911 return vertical_spacing; in get_vertical_spacing() 928 tem += (line_spacing - 1)*vertical_spacing; in total_post_vertical_spacing() 1384 void vertical_spacing() in vertical_spacing() function 1387 if (has_arg() && get_vunits(&temp, 'p', curenv->vertical_spacing)) { in vertical_spacing() 1395 curenv->prev_vertical_spacing = curenv->vertical_spacing; in vertical_spacing() 1396 curenv->vertical_spacing = temp; in vertical_spacing() 1827 output(nn, !fill, vertical_spacing, total_post_vertical_spacing(), width, in output_line() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | post-html.cpp | 1986 int vertical_spacing; member in html_printer 2722 vertical_spacing = atoi(arg); in do_verticalspacing()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 199 vertical_spacing, post_vertical_spacing, line_spacing, line_length, 3896 * src/roff/troff/env.cc (vertical_spacing): Allow zero value for
|
H A D | ChangeLog.115 | 1681 * troff/env.cc (hyphenate_request, vertical_spacing, no_number): 4254 * troff/env.c (vertical_spacing): Don't allow vertical spacing to
|