Searched refs:extra_width (Results 1 – 1 of 1) sorted by relevance
3103 int extra_width[num_tabstops]; in test_layout_x_offset_display_tab() local3107 extra_width[tabstop] = this_tab_size - 1; in test_layout_x_offset_display_tab()3113 ASSERT_EQ (7, extra_width[10]); in test_layout_x_offset_display_tab()3132 ASSERT_EQ (line_bytes + extra_width[tabstop], in test_layout_x_offset_display_tab()3135 ASSERT_EQ (line_bytes + extra_width[tabstop], in test_layout_x_offset_display_tab()3156 ASSERT_EQ (right_quote - left_quote, extra_width[tabstop] + 2); in test_layout_x_offset_display_tab()3185 const char *expected_output = (extra_width[tabstop] ? output1 : output2); in test_layout_x_offset_display_tab()