fullpath 151 lib/vfs/direntry.c char *fullpath; fullpath 153 lib/vfs/direntry.c fullpath = vfs_s_fullpath (me, entry->dir); fullpath 154 lib/vfs/direntry.c if (fullpath != NULL) fullpath 156 lib/vfs/direntry.c fullname = g_strconcat (fullpath, PATH_SEP_STR, linkname, (char *) NULL); fullpath 158 lib/vfs/direntry.c g_free (fullpath); fullpath 497 src/editor/editcmd_dialogs.c vfs_path_from_str ((char *) curr_def->fullpath); fullpath 239 src/editor/etags.c def_hash[num].fullpath = fullpath 242 src/editor/etags.c canonicalize_pathname (def_hash[num].fullpath); fullpath 22 src/editor/etags.h char *fullpath;