Home
last modified time | relevance | path

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

/coreutils/src/
Dexpand.c134 bool last_tab; in expand() local
137 &last_tab); in expand()
139 if (last_tab) in expand()
Dunexpand.c167 bool last_tab; in unexpand() local
170 &last_tab); in unexpand()
172 if (last_tab) in unexpand()
Dexpand-common.h40 bool *last_tab)
Dexpand-common.c276 bool *last_tab) in get_next_tab_column() argument
278 *last_tab = false; in get_next_tab_column()
305 *last_tab = true; in get_next_tab_column()