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

Function debug_line

src/sort.c:2534–2542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532/* Debug LINE by underlining its keys. */
2533
2534static void
2535debug_line (struct line const *line)
2536{
2537 struct keyfield const *key = keylist;
2538
2539 do
2540 debug_key (line, key);
2541 while (key && ((key = key->next) || ! (unique || stable)));
2542}
2543
2544/* Return whether sorting options specified for key. */
2545

Callers 1

write_lineFunction · 0.85

Calls 1

debug_keyFunction · 0.85

Tested by

no test coverage detected