Searched refs:tabstop (Results 1 – 25 of 27) sorted by relevance
12
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
1740 int col, newcol, tabstop; in print_space() local1746 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) { in print_space()1748 col = tabstop; in print_space()
306 # look for tabstop definitions "=" no tab, "|" no tab324 # usual tabstop start sequence "=====<"325 >>>5 string x \b, tabstop ruler "%6.6s"326 # tabstop ruler
32 public int tabstop; /* Tab settings */ variable