| 1005 | static off_t dired_pos; |
| 1006 | |
| 1007 | static void |
| 1008 | dired_outbyte (char c) |
| 1009 | { |
| 1010 | dired_pos++; |
| 1011 | putchar (c); |
| 1012 | } |
| 1013 | |
| 1014 | /* Output the buffer S, of length S_LEN, and increment DIRED_POS by S_LEN. */ |
| 1015 | static void |
no outgoing calls
no test coverage detected