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

Function dired_indent

src/ls.c:1029–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029static void
1030dired_indent (void)
1031{
1032 if (dired)
1033 dired_outstring (" ");
1034}
1035
1036/* With --dired, store pairs of beginning and ending indices of file names. */
1037static struct obstack dired_obstack;

Callers 2

print_dirFunction · 0.85
print_long_formatFunction · 0.85

Calls 1

dired_outstringFunction · 0.85

Tested by

no test coverage detected