| 4788 | } |
| 4789 | |
| 4790 | static void |
| 4791 | prep_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, |
no test coverage detected