Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp1127 const char *offset_table[3]; in contribute_to_bottom_macro() local
1129 offset_table[0] = "-" HALF_DOUBLE_LINE_SEP; in contribute_to_bottom_macro()
1130 offset_table[1] = "+" HALF_DOUBLE_LINE_SEP; in contribute_to_bottom_macro()
1131 offset_table[2] = 0; in contribute_to_bottom_macro()
1134 offset_table[0] = ""; in contribute_to_bottom_macro()
1135 offset_table[1] = 0; in contribute_to_bottom_macro()
1137 for (const char **offsetp = offset_table; *offsetp; offsetp++) { in contribute_to_bottom_macro()
1166 const char *offset_table[3]; in print() local
1168 offset_table[0] = "-" HALF_DOUBLE_LINE_SEP; in print()
1169 offset_table[1] = "+" HALF_DOUBLE_LINE_SEP; in print()
[all …]