rotating_dash    1197 src/filemanager/find.c     static const char rotating_dash[4] MC_NONSTRING = "|/-\\";
rotating_dash    1204 src/filemanager/find.c     tty_print_char (show ? rotating_dash[pos] : ' ');
rotating_dash    1205 src/filemanager/find.c     pos = (pos + 1) % sizeof (rotating_dash);
rotating_dash    1051 src/filemanager/layout.c         static const char rotating_dash[4] MC_NONSTRING = "|/-\\";
rotating_dash    1054 src/filemanager/layout.c         tty_print_char (rotating_dash[pos]);
rotating_dash    1055 src/filemanager/layout.c         pos = (pos + 1) % sizeof (rotating_dash);