cdpath            900 lib/widget/input_complete.c                 char *cdpath_ref, *cdpath;
cdpath            904 lib/widget/input_complete.c                 cdpath = cdpath_ref;
cdpath            905 lib/widget/input_complete.c                 c = (cdpath == NULL) ? '\0' : ':';
cdpath            911 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
cdpath            914 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
cdpath            917 lib/widget/input_complete.c                     if (*cdpath != '\0')
cdpath            919 lib/widget/input_complete.c                         state->r = mc_build_filename (cdpath, state->word, (char *) NULL);
cdpath            927 lib/widget/input_complete.c                     cdpath = str_get_next_char (s);
cdpath            180 src/filemanager/cd.c         char *cdpath, *p;
cdpath            183 src/filemanager/cd.c         cdpath = g_strdup (getenv ("CDPATH"));
cdpath            184 src/filemanager/cd.c         p = cdpath;
cdpath            207 src/filemanager/cd.c         g_free (cdpath);