fullpath          154 lib/vfs/direntry.c         char *fullpath;
fullpath          156 lib/vfs/direntry.c         fullpath = vfs_s_fullpath (me, entry->dir);
fullpath          157 lib/vfs/direntry.c         if (fullpath != NULL)
fullpath          159 lib/vfs/direntry.c             fullname = g_strconcat (fullpath, PATH_SEP_STR, linkname, (char *) NULL);
fullpath          161 lib/vfs/direntry.c             g_free (fullpath);
fullpath           72 src/editor/etags.c     g_free (hash->fullpath);
fullpath          257 src/editor/etags.c                     def_hash->fullpath = mc_build_filename (start_path, filename, (char *) NULL);
fullpath          395 src/editor/etags.c                              vfs_path_from_str ((char *) curr_def->fullpath), curr_def->line);
fullpath           13 src/editor/etags.h     char *fullpath;