Home
last modified time | relevance | path

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

/coreutils/src/
Dcat.c214 bool show_nonprinting, bool show_tabs, bool number, bool number_nonblank, in cat() argument
447 else if (ch == '\t' && !show_tabs) in cat()
468 if (ch == '\t' && show_tabs) in cat()
550 bool show_tabs = false; in main() local
606 show_tabs = true; in main()
621 show_tabs = true; in main()
629 show_tabs = true; in main()
726 || show_tabs || squeeze_blank)) in main()
776 show_tabs, number, number_nonblank, show_ends, in main()