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

Function push_current_dired_pos

src/ls.c:1047–1052  ·  view source on GitHub ↗

Save the current index on the specified obstack, OBS. */

Source from the content-addressed store, hash-verified

1045
1046/* Save the current index on the specified obstack, OBS. */
1047static void
1048push_current_dired_pos (struct obstack *obs)
1049{
1050 if (dired)
1051 obstack_grow (obs, &dired_pos, sizeof dired_pos);
1052}
1053
1054/* With -R, this stack is used to help detect directory cycles.
1055 The device/inode pairs on this stack mirror the pairs in the

Callers 1

quote_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected