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

/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c234 bool show_ends,
400 if (show_ends)
542 bool show_ends = false; local
586 show_ends = true;
613 show_ends = true;
618 show_ends = true;
660 if (! (number || show_ends || squeeze_blank))
722 if (! (number || show_ends || show_nonprinting
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 89 milliseconds