cd_first         1793 src/vfs/ftpfs/ftpfs.c     gboolean cd_first;
cd_first         1799 src/vfs/ftpfs/ftpfs.c     cd_first = ftpfs_first_cd_then_ls || (ftp_super->strict == RFC_STRICT)
cd_first         1805 src/vfs/ftpfs/ftpfs.c                        cd_first ? _ ("(chdir first)") : "");
cd_first         1807 src/vfs/ftpfs/ftpfs.c     if (cd_first && ftpfs_chdir_internal (me, super, remote_path) != COMPLETE)
cd_first         1818 src/vfs/ftpfs/ftpfs.c     else if (cd_first)
cd_first         1842 src/vfs/ftpfs/ftpfs.c             cd_first = TRUE;
cd_first         1883 src/vfs/ftpfs/ftpfs.c     if (dirlist == NULL && !cd_first)
cd_first         1895 src/vfs/ftpfs/ftpfs.c         cd_first = TRUE;