Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/fmt/
Dfmt.c225 static int tab_width=8; /* Number of spaces per tab stop */ variable
301 tab_width = get_positive(optarg, "tab width must be positive", 1); in main()
656 spaces_pending += tab_width - (col+spaces_pending)%tab_width; in get_line()
/freebsd-10-stable/contrib/groff/src/roff/troff/
Denv.cpp293 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np); in add_char()
352 tab_width += n->width(); in add_node()
410 tab_contents = tab_contents->add_italic_correction(&tab_width); in add_italic_correction()
456 hunits *tp = current_tab ? &tab_width : &width_total; in space()
883 n += tab_width; in get_input_line_position()
891 input_line_start += tab_width; in set_input_line_position()
1025 n += tab_width; in get_text_length()
2852 tab_amount = tab_distance - tab_width; in wrap_up_tab()
2856 tab_amount = tab_distance - tab_width/2; in wrap_up_tab()
2865 width_total += tab_width; in wrap_up_tab()
[all …]
Denv.h194 hunits tab_width; variable