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

Function mbbuf_get_saved_char

src/cut.c:358–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356};
357
358static inline mcel_t
359mbbuf_get_saved_char (mbbuf_t *mbbuf, bool *have_saved, mcel_t *saved_g)
360{
361 if (*have_saved)
362 {
363 *have_saved = false;
364 return *saved_g;
365 }
366 return mbbuf_get_char (mbbuf);
367}
368
369static inline enum field_terminator
370skip_whitespace_run (mbbuf_t *mbuf, struct mbfield_parser *parser,

Callers 1

scan_mb_blank_fieldFunction · 0.85

Calls 1

mbbuf_get_charFunction · 0.85

Tested by

no test coverage detected