Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c166 static void put_line (WORD *w, int indent);
978 put_line (word, first_indent); in put_paragraph()
980 put_line (w, other_indent); in put_paragraph()
987 put_line (WORD *w, int indent) in put_line() function