Lines Matching refs:tabstop
344 char_display_policy (int tabstop,
348 : cpp_char_column_policy (tabstop, width_cb),
1148 (dc.tabstop, cpp_wcwidth, default_print_decoded_ch);
3101 up, indexed by tabstop. */
3104 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3106 const int this_tab_size = tabstop - (tab_col - 1) % tabstop;
3107 extra_width[tabstop] = this_tab_size - 1;
3109 /* Example of this calculation: if tabstop is 10, the tab starting at column
3129 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3131 cpp_char_column_policy policy (tabstop, cpp_wcwidth);
3132 ASSERT_EQ (line_bytes + extra_width[tabstop],
3135 ASSERT_EQ (line_bytes + extra_width[tabstop],
3144 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3147 dc.tabstop = tabstop;
3156 ASSERT_EQ (right_quote - left_quote, extra_width[tabstop] + 2);
3162 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop)
3165 dc.tabstop = tabstop;
3185 const char *expected_output = (extra_width[tabstop] ? output1 : output2);
5448 /* Create a tempfile and write some text to it. This example uses a tabstop
5457 const int tabstop = 8;
5458 cpp_char_column_policy policy (tabstop, cpp_wcwidth);
5478 dc.tabstop = tabstop;
5493 dc.tabstop = tabstop;