/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-indentation.c | 33 next_tab_stop (unsigned int vis_column, unsigned int tab_width) in next_tab_stop() argument 35 vis_column = ((vis_column + tab_width) / tab_width) * tab_width; in next_tab_stop() 52 unsigned int tab_width) in get_visual_column() argument 91 vis_column = next_tab_stop (vis_column, tab_width); in get_visual_column() 113 unsigned int tab_width) in get_first_nws_vis_column() argument 132 vis_column = next_tab_stop (vis_column, tab_width); in get_first_nws_vis_column() 186 unsigned int tab_width) in detect_intervening_unindent() argument 194 if (get_first_nws_vis_column (file, line, &line_vis_column, tab_width)) in detect_intervening_unindent() 297 const unsigned int tab_width = cpp_opts->tabstop; in should_warn_for_misleading_indentation() local 344 &guard_line_first_nws, tab_width)) in should_warn_for_misleading_indentation() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-indentation.cc | 32 next_tab_stop (unsigned int vis_column, unsigned int tab_width) in next_tab_stop() argument 34 vis_column = ((vis_column + tab_width) / tab_width) * tab_width; in next_tab_stop() 51 unsigned int tab_width) in get_visual_column() argument 70 vis_column = next_tab_stop (vis_column, tab_width); in get_visual_column() 92 unsigned int tab_width) in get_first_nws_vis_column() argument 111 vis_column = next_tab_stop (vis_column, tab_width); in get_first_nws_vis_column() 165 unsigned int tab_width) in detect_intervening_unindent() argument 173 if (get_first_nws_vis_column (file, line, &line_vis_column, tab_width)) in detect_intervening_unindent() 334 const unsigned int tab_width = global_dc->tabstop; in should_warn_for_misleading_indentation() local 381 &guard_line_first_nws, tab_width)) in should_warn_for_misleading_indentation() [all …]
|
H A D | ChangeLog | 4064 (next_tab_stop): Add "tab_width" param, rather than accessing 4068 (get_first_nws_vis_column): Add "tab_width" param.
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/ |
H A D | update-copyright | 158 my $tab_width = 8; 263 $text_margin -= length($1) * ($tab_width - 1);
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | env.cpp | 295 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np); in add_char() 354 tab_width += n->width(); in add_node() 412 tab_contents = tab_contents->add_italic_correction(&tab_width); in add_italic_correction() 458 hunits *tp = current_tab ? &tab_width : &width_total; in space() 885 n += tab_width; in get_input_line_position() 893 input_line_start += tab_width; in set_input_line_position() 1027 n += tab_width; in get_text_length() 2854 tab_amount = tab_distance - tab_width; in wrap_up_tab() 2858 tab_amount = tab_distance - tab_width/2; in wrap_up_tab() 2867 width_total += tab_width; in wrap_up_tab() [all …]
|
H A D | env.h | 196 hunits tab_width; variable
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | masterdump.c | 78 unsigned int tab_width; member 363 REQUIRE(style->tab_width != 0); in totext_ctx_init() 418 ctx->style.tab_width, &buf); in totext_ctx_init() 461 ctx->style.tab_width, target)) != \ 2108 unsigned int tab_width, unsigned int split_width, in dns_master_stylecreate() argument 2121 style->tab_width = tab_width; in dns_master_stylecreate()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | masterdump.c | 76 unsigned int tab_width; 357 REQUIRE(style->tab_width != 0); in totext_ctx_init() 412 ctx->style.tab_width, &buf); in totext_ctx_init() 455 ctx->style.tab_width, target)) != \ 1965 unsigned int tab_width, unsigned int split_width, in dns_master_dump() 1978 style->tab_width = tab_width; in dns_master_dumpnodetostream() 77 unsigned int tab_width; global() member 2069 dns_master_stylecreate(dns_master_style_t ** stylep,dns_masterstyle_flags_t flags,unsigned int ttl_column,unsigned int class_column,unsigned int type_column,unsigned int rdata_column,unsigned int line_length,unsigned int tab_width,unsigned int split_width,isc_mem_t * mctx) dns_master_stylecreate() argument
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | masterdump.h | 349 unsigned int tab_width, unsigned int split_width,
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | masterdump.h | 358 unsigned int tab_width, unsigned int split_width,
|