MCPcopy Create free account
hub / github.com/coreutils/coreutils / prep_non_filename_text

Function prep_non_filename_text

src/ls.c:4790–4801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4788}
4789
4790static void
4791prep_non_filename_text (void)
4792{
4793 if (color_indicator[C_END].string != NULL)
4794 put_indicator (&color_indicator[C_END]);
4795 else
4796 {
4797 put_indicator (&color_indicator[C_LEFT]);
4798 put_indicator (&color_indicator[C_RESET]);
4799 put_indicator (&color_indicator[C_RIGHT]);
4800 }
4801}
4802
4803/* Print the file name of 'f' with appropriate quoting.
4804 Also print file size, inode number, and filetype indicator character,

Callers 2

print_name_with_quotingFunction · 0.85
put_indicatorFunction · 0.85

Calls 1

put_indicatorFunction · 0.85

Tested by

no test coverage detected