Searched refs:tabstop (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/ |
| H A D | Tabs.pm | 7 our @EXPORT = qw( expand unexpand $tabstop ); 12 our $tabstop = 8; 24 $pad = $tabstop - $offs % $tabstop; 45 my $ts_as_space = " " x $tabstop; 51 @e = split(/((?:\PM\pM*|^\pM+){$tabstop})/,$line,-1); 80 $tabstop = 4; # default = 8 108 =item $tabstop 110 The C<$tabstop> variable controls how many column positions apart each 111 tabstop i [all...] |
| H A D | Wrap.pm | 23 our $tabstop = 8; 35 local($Text::Tabs::tabstop) = $tabstop; 218 want to use 8-character tabstops, set C<$Text::Wrap::tabstop> to
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | side.c | 95 unsigned tabstop = out_position + spaces; local 98 if (out_bound < tabstop) 99 tabstop = out_bound; 100 for (; out_position < tabstop; out_position++) 104 if (tabstop < out_bound) 106 out_position = tabstop;
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ta/ |
| H A D | basic-man.out_ascii | 4 ta-basic-man - setting tabstop positions in man(7)
|
| H A D | basic-mdoc.out_ascii | 4 ttaa--bbaassiicc--mmddoocc - setting tabstop positions in mdoc(7)
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/ |
| H A D | spell.ok | 136 tabstop
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-opts.c | 1250 long tabstop = strtol (arg, &endptr, 10); local 1251 if (*endptr == '\0' && tabstop >= 1 && tabstop <= 100) 1252 cpp_opts->tabstop = tabstop;
|
| H A D | cpplib.h | 225 unsigned int tabstop; member
|
| H A D | cpplex.c | 366 buffer->col_adjust += (CPP_OPTION (pfile, tabstop) 367 - col % CPP_OPTION (pfile, tabstop)) - 1;
|
| H A D | cppinit.c | 529 CPP_OPTION (pfile, tabstop) = 8;
|
| H A D | ChangeLog.3 | 3238 * cpplib.h (struct cpp_options): New member tabstop.
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| H A D | spell.ok | 312 tabstop
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 263 unsigned int tabstop; member
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | init.c | 153 CPP_OPTION (pfile, tabstop) = 8; in cpp_create_reader()
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | help | 213 comment nolisp readonly tabstop=8 wrapscan
|
| H A D | changelog | 323 have returned OK -- fix "set tabstop=0" core dump.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-opts.c | 775 cpp_opts->tabstop = value; in c_common_handle_option()
|
| /openbsd-src/usr.bin/vi/docs/tutorial/ |
| H A D | vi.advanced | 105 44.29 tabstop 1120 setenv EXINIT='set tabstop=4 wrapmargin=8 autoindent' 1349 used by the shift commands. Should probably be the same value as the tabstop 1365 Section 44.29: {tabstop}, {ts} default: ts=8 1367 The editor expands tabs ^I to tabstop boundaries in the display.
|