panel_cd          136 src/execute.c      if (!panel_cd (current_panel, new_dir_vpath, cd_exact))
panel_cd          201 src/filemanager/cd.c                 result = panel_cd (current_panel, r_vpath, cd_parse_command);
panel_cd          282 src/filemanager/cd.c         ok = panel_cd (current_panel, q_vpath, cd_parse_command);
panel_cd          142 src/filemanager/cmd.c         if (!panel_cd (panel, fname_vpath, cd_exact))
panel_cd         1012 src/filemanager/cmd.c     if (!panel_cd (current_panel, target_vpath, cd_exact))
panel_cd          424 src/filemanager/ext.c     panel_cd (panel, p_vpath, cd_parse_command);
panel_cd          164 src/filemanager/filemanager.c         panel_cd (current_panel, sel_vdir, cd_exact);
panel_cd         1033 src/filemanager/filemanager.c                 panel_cd (current_panel, s_vpath, cd_exact);
panel_cd         1932 src/filemanager/find.c                 panel_cd (panel, dirname_vpath, cd_exact);
panel_cd         1952 src/filemanager/find.c                 panel_cd (panel, filename_vpath, cd_exact);
panel_cd         2049 src/filemanager/panel.c     panel_cd (panel, up_dir, cd_exact);
panel_cd         2076 src/filemanager/panel.c             panel_cd (panel, vpath, cd_exact);
panel_cd         2393 src/filemanager/panel.c         panel_cd (panel, dname_vpath, cd_exact);
panel_cd         2441 src/filemanager/panel.c         panel_cd (panel, vpath, cd_exact);
panel_cd         2993 src/filemanager/panel.c         if (!panel_cd (panel, fname_vpath, cd_exact))
panel_cd         3099 src/filemanager/panel.c     panel_cd (p, new_dir_vpath, cd_exact);
panel_cd         3190 src/filemanager/panel.c     panel_cd (cpanel, new_dir_vpath, cd_exact);
panel_cd          187 src/filemanager/panel.h MC_MOCKABLE gboolean panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath,
panel_cd          594 src/filemanager/tree.c         if (panel_cd (p, tree->selected_ptr->name, cd_exact))