Searched refs:tabstop (Results 1 – 25 of 28) sorted by relevance
12
88 size_t tabstop = out_position + spaces; in print_half_line() local91 if (out_bound < tabstop) in print_half_line()92 tabstop = out_bound; in print_half_line()93 for (; out_position < tabstop; out_position++) in print_half_line()97 if (tabstop < out_bound) in print_half_line()99 out_position = tabstop; in print_half_line()
2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
62 # vim: softtabstop=4 tabstop=4 expandtab shiftwidth=4
64 setlocal tabstop=8
1693 int col, newcol, tabstop; in print_space() local1699 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) { in print_space()1701 col = tabstop; in print_space()
299 # look for tabstop definitions "=" no tab, "|" no tab317 # usual tabstop start sequence "=====<"318 >>>5 string x \b, tabstop ruler "%6.6s"319 # tabstop ruler