Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/fmt/
H A Dfmt.c225 static int tab_width = 8; /* Number of spaces per tab stop */ variable
292 tab_width = get_positive(optarg, "tab width must be positive", 1); in main()
473 wcw = (line_width / tab_width + 1) * in process_stream()
474 tab_width - line_width; in process_stream()
523 n = (n / tab_width + 1) * tab_width; in indent_length()
/openbsd-src/usr.bin/dig/lib/dns/
H A Dmasterdump.c47 unsigned int tab_width; member
158 REQUIRE(style->tab_width != 0); in totext_ctx_init()
191 ctx->style.tab_width, &buf); in totext_ctx_init()
225 ctx->style.tab_width, target)) \
540 unsigned int line_length, unsigned int tab_width, in dns_master_stylecreate2() argument
556 style->tab_width = tab_width; in dns_master_stylecreate2()
/openbsd-src/gnu/usr.bin/perl/
H A D.editorconfig7 tab_width = 8
/openbsd-src/usr.bin/dig/lib/dns/include/dns/
H A Dmasterdump.h144 unsigned int line_length, unsigned int tab_width,
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToMan.pm418 my $tab_width = ' ' x $self->_get_tab_width;
420 ${ $self->{_text_ref} } =~ s/\t/$tab_width/g;