Save the current index on the specified obstack, OBS. */
| 1045 | |
| 1046 | /* Save the current index on the specified obstack, OBS. */ |
| 1047 | static void |
| 1048 | push_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 |