to_home           407 src/filemanager/cmd.c          const char *history_name, const char *prefix, int to_home, gboolean strip_password)
to_home           419 src/filemanager/cmd.c     to_home = 0;                /* FIXME: how to solve going to home nicely? /~/ is
to_home           423 src/filemanager/cmd.c         cd_path = g_strconcat (machine, to_home ? "/~/" : (char *) NULL, (char *) NULL);
to_home           425 src/filemanager/cmd.c         cd_path = g_strconcat (prefix, machine, to_home ? "/~/" : (char *) NULL, (char *) NULL);