Home
last modified time | relevance | path

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

12

/netbsd/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.ui407 <tabstop>ssidEdit</tabstop>
410 <tabstop>pskEdit</tabstop>
411 <tabstop>eapSelect</tabstop>
415 <tabstop>wep0Radio</tabstop>
416 <tabstop>wep0Edit</tabstop>
417 <tabstop>wep1Radio</tabstop>
418 <tabstop>wep1Edit</tabstop>
419 <tabstop>wep2Radio</tabstop>
420 <tabstop>wep2Edit</tabstop>
421 <tabstop>wep3Radio</tabstop>
[all …]
/netbsd/distrib/utils/more/
H A Doption.c56 int tabstop = 8; /* Tab settings */ variable
115 tabstop = atoi(optarg);
116 if (tabstop <= 0)
117 tabstop = 8;
H A Doutput.c102 } while ((column % tabstop) != 0); in put_line()
H A Dextern.h193 extern int tabstop;
H A Dline.c374 } while ((column % tabstop) != 0);
/netbsd/external/gpl2/xcvs/dist/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;
/netbsd/external/gpl2/diffutils/dist/src/
H A Dside.c91 unsigned int tabstop = out_position + spaces; in print_half_line() local
94 if (out_bound < tabstop) in print_half_line()
95 tabstop = out_bound; in print_half_line()
96 for (; out_position < tabstop; out_position++) in print_half_line()
100 if (tabstop < out_bound) in print_half_line()
102 out_position = tabstop; in print_half_line()
/netbsd/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dshow-headers10 tabstop = 2 variable
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd/external/gpl3/gcc/dist/contrib/header-tools/
H A Dshow-headers10 tabstop = 2 variable
66 output.append (padding[:indent*tabstop] + bname + arrow)
74 output.append (padding[:indent*tabstop] + bname + " ("+str(seen[inc])+")" + arrow)
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc344 char_display_policy (int tabstop, in char_display_policy()
3104 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop) in test_layout_x_offset_display_tab() local
3106 const int this_tab_size = tabstop - (tab_col - 1) % tabstop; in test_layout_x_offset_display_tab()
3129 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop) in test_layout_x_offset_display_tab() local
3144 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop) in test_layout_x_offset_display_tab() local
3147 dc.tabstop = tabstop; in test_layout_x_offset_display_tab()
3162 for (int tabstop = 1; tabstop != num_tabstops; ++tabstop) in test_layout_x_offset_display_tab() local
3165 dc.tabstop = tabstop; in test_layout_x_offset_display_tab()
5457 const int tabstop = 8; in test_tab_expansion() local
5478 dc.tabstop = tabstop; in test_tab_expansion()
[all …]
H A Ddiagnostic.cc234 context->tabstop = 8; in diagnostic_initialize()
394 int tabstop, in convert_column_unit() argument
407 cpp_char_column_policy policy (tabstop, cpp_wcwidth); in convert_column_unit()
1015 int tabstop) in print_parseable_fixits() argument
1034 = convert_column_unit (column_unit, tabstop, start_exploc); in print_parseable_fixits()
1036 = convert_column_unit (column_unit, tabstop, next_exploc); in print_parseable_fixits()
1399 context->tabstop); in diagnostic_report_diagnostic()
1405 context->tabstop); in diagnostic_report_diagnostic()
2318 const int tabstop = 8; in test_print_parseable_fixits_bytes_vs_display_columns() local
2342 tabstop); in test_print_parseable_fixits_bytes_vs_display_columns()
[all …]
H A Ddiagnostic.h358 int tabstop; member
/netbsd/external/bsd/nvi/dist/docs/vi.man/
H A Dspell.ok144 tabstop
/netbsd/external/gpl3/gcc.old/dist/contrib/
H A Dvimrc37 setlocal tabstop=8
/netbsd/external/gpl3/gcc/dist/contrib/
H A Dvimrc37 setlocal tabstop=8
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dapple166 # look for tabstop definitions "=" no tab, "|" no tab
184 # usual tabstop start sequence "=====<"
185 >>>5 string x \b, tabstop ruler "%6.6s"
186 # tabstop ruler
/netbsd/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok321 tabstop
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.c297 const unsigned int tab_width = cpp_opts->tabstop; in should_warn_for_misleading_indentation()
H A Dc-indentation.cc334 const unsigned int tab_width = global_dc->tabstop; in should_warn_for_misleading_indentation()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c297 const unsigned int tab_width = cpp_opts->tabstop; in should_warn_for_misleading_indentation()
/netbsd/external/bsd/less/dist/
H A Dopttbl.c34 public int tabstop; /* Tab settings */ variable
/netbsd/lib/libcurses/PSD.doc/
H A Ddoc.I57 in the normal tabstop positions of
/netbsd/distrib/sets/
H A Dfmt-list27 -- the tab width is 8 and that the string starts at a tabstop.
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h316 unsigned int tabstop; member
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dinit.c193 CPP_OPTION (pfile, tabstop) = 8; in cpp_create_reader()

12