Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/col/
H A Dcol.c498 int tab_col, tab_size; in flush_line() local
500 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc3098 const int tab_col = 103; in test_layout_x_offset_display_tab() local
3106 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()