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

/freebsd-10-stable/usr.bin/fmt/
H A 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);
656 spaces_pending += tab_width - (col+spaces_pending)%tab_width;
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp293 tab_contents = tab_contents->add_char(ci, this, &tab_width, &s, &gc_np);
352 tab_width += n->width();
410 tab_contents = tab_contents->add_italic_correction(&tab_width);
456 hunits *tp = current_tab ? &tab_width : &width_total;
883 n += tab_width;
891 input_line_start += tab_width;
1025 n += tab_width;
2852 tab_amount = tab_distance - tab_width;
2856 tab_amount = tab_distance - tab_width/2;
2865 width_total += tab_width;
[all...]
H A Denv.h194 hunits tab_width; member in class:environment

Completed in 117 milliseconds