Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c237 static int first_indent; variable
511 other_indent = first_indent; in set_other_indent()
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()
528 else if (other_indent == first_indent) in set_other_indent()
529 other_indent = first_indent == 0 ? DEF_INDENT : 0; in set_other_indent()
533 other_indent = first_indent; in set_other_indent()
579 first_indent = in_column; in get_paragraph()
604 if (same_para (c) && in_column != first_indent) in get_paragraph()
873 len = start == word ? first_indent : other_indent; in fmt_paragraph()
[all …]