cdpath            899 lib/widget/input_complete.c                 char *cdpath_ref, *cdpath;
cdpath            903 lib/widget/input_complete.c                 cdpath = cdpath_ref;
cdpath            904 lib/widget/input_complete.c                 c = (cdpath == NULL) ? '\0' : ':';
cdpath            910 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
cdpath            913 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
cdpath            916 lib/widget/input_complete.c                     if (*cdpath != '\0')
cdpath            918 lib/widget/input_complete.c                         state->r = mc_build_filename (cdpath, state->word, (char *) NULL);
cdpath            925 lib/widget/input_complete.c                     cdpath = str_get_next_char (s);
cdpath            178 src/filemanager/cd.c         char *cdpath, *p;
cdpath            181 src/filemanager/cd.c         cdpath = g_strdup (getenv ("CDPATH"));
cdpath            182 src/filemanager/cd.c         p = cdpath;
cdpath            205 src/filemanager/cd.c         g_free (cdpath);