Home
last modified time | relevance | path

Searched refs:tabstop (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/diff/src/
H A Dside.c88 size_t tabstop = out_position + spaces; in print_half_line() local
91 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()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Derrno2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dkill2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dnanosleep2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dopen2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dchmod2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dip2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Drw2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dsystop2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dudp2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dudplite2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dio2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dsched2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dproc2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dvop_readdir2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dvop_create2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dvop_symlink2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dtcp2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dsendrecv2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dvop_rename2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A Dsetup.py.in62 # vim: softtabstop=4 tabstop=4 expandtab shiftwidth=4
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
/freebsd/tools/tools/editing/
H A Dfreebsd.vim64 setlocal tabstop=8
/freebsd/usr.bin/diff/
H A Ddiffreg.c1723 int col, newcol, tabstop; in print_space()
1729 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) { in print_space()
1731 col = tabstop; in print_space()
1719 int col, newcol, tabstop; print_space() local
/freebsd/contrib/file/magic/Magdir/
H A Dapple306 # look for tabstop definitions "=" no tab, "|" no tab
324 # usual tabstop start sequence "=====<"
325 >>>5 string x \b, tabstop ruler "%6.6s"
326 # tabstop ruler

12