HomeSort by: relevance | last modified time | path
    Searched defs:tab_amount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 2851 hunits tab_amount; local
2854 tab_amount = tab_distance - tab_width;
2855 line = make_tab_node(tab_amount, line);
2858 tab_amount = tab_distance - tab_width/2;
2859 line = make_tab_node(tab_amount, line);
2866 width_total += tab_amount;
2870 pre_field_width += tab_amount;
2873 field_distance -= tab_amount;

Completed in 17 milliseconds