cdpath            941 lib/widget/input_complete.c                 char *cdpath_ref, *cdpath;
cdpath            945 lib/widget/input_complete.c                 cdpath = cdpath_ref;
cdpath            946 lib/widget/input_complete.c                 c = (cdpath == NULL) ? '\0' : ':';
cdpath            952 lib/widget/input_complete.c                     s = strchr (cdpath, ':');
cdpath            955 lib/widget/input_complete.c                         s = strchr (cdpath, '\0');
cdpath            958 lib/widget/input_complete.c                     if (*cdpath != '\0')
cdpath            960 lib/widget/input_complete.c                         state->r = mc_build_filename (cdpath, state->word, (char *) NULL);
cdpath            968 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);