ret1              185 lib/util.c         gboolean ret1 = TRUE;
ret1              198 lib/util.c             ret1 = FALSE;
ret1              211 lib/util.c         return ret1;
ret1             1621 lib/vfs/direntry.c             size_t ret1;
ret1             1624 lib/vfs/direntry.c             ret1 = fwrite (buf, 1, 1, logfile);
ret1             1626 lib/vfs/direntry.c             (void) ret1;
ret1             1643 lib/vfs/direntry.c             size_t ret1;
ret1             1646 lib/vfs/direntry.c             ret1 = fwrite (&c, 1, 1, logfile);
ret1             1648 lib/vfs/direntry.c             (void) ret1;
ret1              504 src/main.c                 MC_UNUSED const ssize_t ret1 = write (last_wd_fd, last_wd_str, strlen (last_wd_str));