Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/
H A DTabs.pm7 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 DWrap.pm23 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 Dside.c95 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 Dbasic-man.out_ascii4 ta-basic-man - setting tabstop positions in man(7)
H A Dbasic-mdoc.out_ascii4 ttaa--bbaassiicc--mmddoocc - setting tabstop positions in mdoc(7)
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/
H A Dspell.ok136 tabstop
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c1250 long tabstop = strtol (arg, &endptr, 10); local
1251 if (*endptr == '\0' && tabstop >= 1 && tabstop <= 100)
1252 cpp_opts->tabstop = tabstop;
H A Dcpplib.h225 unsigned int tabstop; member
H A Dcpplex.c366 buffer->col_adjust += (CPP_OPTION (pfile, tabstop)
367 - col % CPP_OPTION (pfile, tabstop)) - 1;
H A Dcppinit.c529 CPP_OPTION (pfile, tabstop) = 8;
H A DChangeLog.33238 * cpplib.h (struct cpp_options): New member tabstop.
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok312 tabstop
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h263 unsigned int tabstop; member
/openbsd-src/gnu/gcc/libcpp/
H A Dinit.c153 CPP_OPTION (pfile, tabstop) = 8; in cpp_create_reader()
/openbsd-src/usr.bin/vi/docs/
H A Dhelp213 comment nolisp readonly tabstop=8 wrapscan
H A Dchangelog323 have returned OK -- fix "set tabstop=0" core dump.
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c775 cpp_opts->tabstop = value; in c_common_handle_option()
/openbsd-src/usr.bin/vi/docs/tutorial/
H A Dvi.advanced105 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.