Home
last modified time | relevance | path

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

/coreutils/src/
Dunexpand.c148 bool prev_blank = true; in unexpand() local
191 if (! (prev_blank && column == next_tab_column)) in unexpand()
198 prev_blank = true; in unexpand()
236 prev_blank = blank; in unexpand()