Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c208 static int in_column; variable
514 other_indent = (same_paragraph ? in_column : first_indent); in set_other_indent()
518 if (same_paragraph && in_column != first_indent) in set_other_indent()
520 other_indent = in_column; in set_other_indent()
564 || in_column < next_prefix_indent + prefix_full_length) in get_paragraph()
579 first_indent = in_column; in get_paragraph()
599 while (same_para (c) && in_column == other_indent); in get_paragraph()
604 if (same_para (c) && in_column != first_indent) in get_paragraph()
610 while (same_para (c) && in_column == other_indent); in get_paragraph()
615 while (same_para (c) && in_column == other_indent) in get_paragraph()
[all …]