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

Function newline_or_blank

src/uniq.c:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static bool
255newline_or_blank (mcel_t g)
256{
257 return g.ch == '\n' || c32issep (g.ch);
258}
259
260/* Given a linebuffer LINE,
261 return a pointer to the beginning of the line's field to be compared.

Callers

nothing calls this directly

Calls 1

c32issepFunction · 0.85

Tested by

no test coverage detected