Home
last modified time | relevance | path

Searched refs:bot_adjust (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp1099 string bot_adjust; member
1140 if (!bot_adjust.empty()) in contribute_to_bottom_macro()
1141 printfs("+%1", bot_adjust); in contribute_to_bottom_macro()
1147 if (!bot_adjust.empty()) in contribute_to_bottom_macro()
1148 printfs("-(%1)", bot_adjust); in contribute_to_bottom_macro()
1179 if (!bot_adjust.empty()) in print()
1180 printfs("+%1", bot_adjust); in print()
1188 if (!bot_adjust.empty()) in print()
1189 printfs("-(%1)", bot_adjust); in print()
2377 compute_vrule_bot_adjust(end_row, col, vrule_list->bot_adjust); in add_vertical_rule()