cdpath 940 lib/widget/input_complete.c char *cdpath_ref, *cdpath; cdpath 944 lib/widget/input_complete.c cdpath = cdpath_ref; cdpath 945 lib/widget/input_complete.c c = (cdpath == NULL) ? '\0' : ':'; cdpath 951 lib/widget/input_complete.c s = strchr (cdpath, ':'); cdpath 954 lib/widget/input_complete.c s = strchr (cdpath, '\0'); cdpath 957 lib/widget/input_complete.c if (*cdpath != '\0') cdpath 959 lib/widget/input_complete.c state->r = mc_build_filename (cdpath, state->word, (char *) NULL); cdpath 967 lib/widget/input_complete.c cdpath = str_get_next_char (s); cdpath 177 src/filemanager/cd.c char *cdpath, *p; cdpath 180 src/filemanager/cd.c cdpath = g_strdup (getenv ("CDPATH")); cdpath 181 src/filemanager/cd.c p = cdpath; cdpath 204 src/filemanager/cd.c g_free (cdpath);