rotating_dash    1223 src/filemanager/find.c     static const char rotating_dash[4] MC_NONSTRING = "|/-\\";
rotating_dash    1230 src/filemanager/find.c     tty_print_char (show ? rotating_dash[pos] : ' ');
rotating_dash    1231 src/filemanager/find.c     pos = (pos + 1) % sizeof (rotating_dash);
rotating_dash    1062 src/filemanager/layout.c         static const char rotating_dash[4] MC_NONSTRING = "|/-\\";
rotating_dash    1065 src/filemanager/layout.c         tty_print_char (rotating_dash[pos]);
rotating_dash    1066 src/filemanager/layout.c         pos = (pos + 1) % sizeof (rotating_dash);