Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ write_line_delim
Function
write_line_delim
src/cut.c:443–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
static inline void
444
write_line_delim (void)
445
{
446
if (putchar (line_delim) < 0)
447
write_error ();
448
}
449
450
static inline void
451
reset_item_line (uintmax_t *item_idx, bool *print_delimiter)
Callers
6
reset_item_line
Function · 0.85
write_pending_line_delim
Function · 0.85
maybe_write_line_delim
Function · 0.85
finish_current_line
Function · 0.85
cut_fields_mb_any
Function · 0.85
cut_fields_bytesearch
Function · 0.85
Calls
1
write_error
Function · 0.85
Tested by
no test coverage detected