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