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          149 src/filemanager/cmd.c         if (!panel_cd (panel, fname_vpath, cd_exact))
panel_cd         1011 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          160 src/filemanager/filemanager.c         panel_cd (current_panel, sel_vdir, cd_exact);
panel_cd         1028 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         1947 src/filemanager/find.c                 panel_cd (panel, filename_vpath, cd_exact);
panel_cd         2048 src/filemanager/panel.c     panel_cd (panel, up_dir, cd_exact);
panel_cd         2075 src/filemanager/panel.c             panel_cd (panel, vpath, cd_exact);
panel_cd         2369 src/filemanager/panel.c         panel_cd (panel, dname_vpath, cd_exact);
panel_cd         2417 src/filemanager/panel.c         panel_cd (panel, vpath, cd_exact);
panel_cd         2938 src/filemanager/panel.c         if (!panel_cd (panel, fname_vpath, cd_exact))
panel_cd         3038 src/filemanager/panel.c     panel_cd (p, new_dir_vpath, cd_exact);
panel_cd         3123 src/filemanager/panel.c     panel_cd (cpanel, new_dir_vpath, cd_exact);
panel_cd          185 src/filemanager/panel.h gboolean panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type);
panel_cd          594 src/filemanager/tree.c         if (panel_cd (p, tree->selected_ptr->name, cd_exact))