Lines Matching refs:offset_table
1127 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()
1170 offset_table[2] = 0; in print()
1173 offset_table[0] = ""; in print()
1174 offset_table[1] = 0; in print()
1176 for (const char **offsetp = offset_table; *offsetp; offsetp++) { in print()