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

Function comma_or_blank

src/join.c:918–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918static bool
919comma_or_blank (mcel_t g)
920{
921 return g.ch == ',' || c32issep (g.ch);
922}
923
924/* Add the comma or blank separated field spec(s) in STR to 'outlist'. */
925

Callers

nothing calls this directly

Calls 1

c32issepFunction · 0.85

Tested by

no test coverage detected