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

Function mcel_isblank

src/cut.c:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 It assumes all unibyte locales match c_isblank. */
295
296static bool
297mcel_isblank (mcel_t g)
298{
299 return (g.len == 1 && c_isblank (g.ch)) || (g.len > 1 && c32issep (g.ch));
300}
301
302/* Return TRUE if it's valid to do a simple byte search
303 for the delimiter bytes. */

Callers 2

skip_whitespace_runFunction · 0.85
scan_mb_blank_fieldFunction · 0.85

Calls 1

c32issepFunction · 0.85

Tested by

no test coverage detected