Searched refs:tab_col (Results 1 – 2 of 2) sorted by relevance
498 int tab_col, tab_size; in flush_line() local500 tab_col = (last_col + 8) & ~7; in flush_line()501 if (tab_col > this_col) in flush_line()503 tab_size = tab_col - last_col; in flush_line()509 last_col = tab_col; in flush_line()
3098 const int tab_col = 103; in test_layout_x_offset_display_tab() local3106 const int this_tab_size = tabstop - (tab_col - 1) % tabstop; in test_layout_x_offset_display_tab()3128 ASSERT_EQ ('\t', *(lspan.get_buffer () + (tab_col - 1))); in test_layout_x_offset_display_tab()3143 tab_col + 1)); in test_layout_x_offset_display_tab()