Searched refs:tab_width (Results 1 – 5 of 5) sorted by relevance
225 static int tab_width = 8; /* Number of spaces per tab stop */ variable292 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()
47 unsigned int tab_width; member158 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() argument556 style->tab_width = tab_width; in dns_master_stylecreate2()
7 tab_width = 8
144 unsigned int line_length, unsigned int tab_width,
418 my $tab_width = ' ' x $self->_get_tab_width;420 ${ $self->{_text_ref} } =~ s/\t/$tab_width/g;