cdpath_ref        900 lib/widget/input_complete.c                 char *cdpath_ref, *cdpath;
cdpath_ref        903 lib/widget/input_complete.c                 cdpath_ref = g_strdup (getenv ("CDPATH"));
cdpath_ref        904 lib/widget/input_complete.c                 cdpath = cdpath_ref;
cdpath_ref        929 lib/widget/input_complete.c                 g_free (cdpath_ref);