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

/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c231 bool show_tabs,
461 else if (ch == '\t' && !show_tabs)
482 if (ch == '\t' && show_tabs)
544 bool show_tabs = false; local
599 show_tabs = true;
614 show_tabs = true;
622 show_tabs = true;
723 || show_tabs || squeeze_blank))
761 show_tabs, number, number_nonblank, show_ends,
216 cat( char *inbuf, size_t insize, char *outbuf, size_t outsize, bool show_nonprinting, bool show_tabs, bool number, bool number_nonblank, bool show_ends, bool squeeze_blank) argument

Completed in 68 milliseconds