link              267 lib-src/ebrowse.c   struct link *next;		/* Next in list or NULL.  */
link              276 lib-src/ebrowse.c   struct link *aliasee;		/* List of aliased namespaces (A::B::C...).  */
link              288 lib-src/ebrowse.c   struct link *subs;		/* List of subclasses.  */
link              289 lib-src/ebrowse.c   struct link *supers;		/* List of superclasses.  */
link              605 lib-src/ebrowse.c   struct link *lnk, *lnk2, *p, *prev;
link              616 lib-src/ebrowse.c       lnk = (struct link *) xmalloc (sizeof *lnk);
link              617 lib-src/ebrowse.c       lnk2 = (struct link *) xmalloc (sizeof *lnk2);
link              945 lib-src/ebrowse.c   struct link *p;
link             1027 lib-src/ebrowse.c static struct link *
link             1030 lib-src/ebrowse.c   struct link *p = NULL;
link             1052 lib-src/ebrowse.c register_namespace_alias (char *new_name, struct link *old_name)
link             1282 lib-src/ebrowse.c   for (struct link *lk = root->subs; lk; lk = lk->next)
link             2379 lib-src/ebrowse.c static struct link *
link             2382 lib-src/ebrowse.c   struct link *head = NULL;
link             2383 lib-src/ebrowse.c   struct link *cur = NULL;
link             2384 lib-src/ebrowse.c   struct link *tmp = NULL;
link             2392 lib-src/ebrowse.c           tmp = (struct link *) xmalloc (sizeof *cur);
link             2994 lib-src/ebrowse.c 	  struct link *pna = check_namespace_alias (id);
link             3396 lib-src/ebrowse.c 		    struct link *qna = match_qualified_namespace_alias ();
link              303 lib-src/movemail.c 	  tem = link (tempname, lockname);
link              188 lib/canonicalize-lgpl.c   struct scratch_buffer link;
link              307 lib/canonicalize-lgpl.c               buf = bufs->link.data;
link              308 lib/canonicalize-lgpl.c               idx_t bufsize = bufs->link.length;
link              312 lib/canonicalize-lgpl.c               if (!scratch_buffer_grow (&bufs->link))
link              434 lib/canonicalize-lgpl.c   scratch_buffer_init (&bufs.link);
link              436 lib/canonicalize-lgpl.c   scratch_buffer_free (&bufs.link);
link             1617 lib/unistd.in.h _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
link             1619 lib/unistd.in.h _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
link             1622 lib/unistd.in.h _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
link             1625 lib/unistd.in.h _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
link             1627 lib/unistd.in.h _GL_CXXALIASWARN (link);
link             1631 lib/unistd.in.h _GL_WARN_ON_USE (link, "link is unportable - "
link             2778 src/fileio.c     if (link (SSDATA (encoded_file), SSDATA (encoded_newname)) == 0)
link             2788 src/fileio.c         if (link (SSDATA (encoded_file), SSDATA (encoded_newname)) == 0)
link              319 src/filelock.c       if (link (old, new) == 0)
link              805 src/pdumper.c    Lisp_Object link = Fcons (value, tailq->head);
link              806 src/pdumper.c    tailq->head = link;
link              808 src/pdumper.c      tailq->tail = link;
link             6409 src/w32.c        char link[MAX_UTF8_PATH];
link             6425 src/w32.c            filename_from_utf16 (link_w, link);
link             6434 src/w32.c            filename_from_ansi (link_a, link);
link             6436 src/w32.c        link_len = strlen (link);
link             6443 src/w32.c          while (link_len > 3 && IS_DIRECTORY_SEP (link[link_len-1]))
link             6444 src/w32.c            link[link_len--] = '\0';
link             6446 src/w32.c          res = readlink (link, target, MAX_UTF8_PATH);
link             6455 src/w32.c      	    char *p = link + link_len;
link             6457 src/w32.c      	    while (p > link && !IS_ANY_SEP (p[-1]))
link             6460 src/w32.c      	    strcpy (target, link);
link             6469 src/w32.c      	      filename_from_utf16 (link_w, link);
link             6476 src/w32.c      	      filename_from_ansi (link_a, link);
link             6478 src/w32.c      	link_len = strlen (link);