Output the string S, and increment DIRED_POS by its length. */
| 1021 | |
| 1022 | /* Output the string S, and increment DIRED_POS by its length. */ |
| 1023 | static void |
| 1024 | dired_outstring (char const *s) |
| 1025 | { |
| 1026 | dired_outbuf (s, strlen (s)); |
| 1027 | } |
| 1028 | |
| 1029 | static void |
| 1030 | dired_indent (void) |
no test coverage detected