link              310 lib/alloca.c       long link;                  /* Address of trailer block of previous
link              366 lib/alloca.c         trailer = (struct stk_trailer *) trailer->link;
link              386 lib/alloca.c         trailer = (struct stk_trailer *) trailer->link;
link              373 src/analyze.c    new->link = old;
link              623 src/analyze.c  	      next = end->link;
link              624 src/analyze.c  	      end->link = 0;
link              631 src/analyze.c  	      end->link = next;
link              703 src/analyze.c  	  p = e->link;
link              104 src/context.c        for (e = script; e; e = e->link)
link              221 src/context.c  	    next = next->link;
link              250 src/context.c  	    next = next->link;
link              388 src/context.c  	  next = next->link;
link              417 src/context.c        start = start->link;
link              442 src/context.c        struct change *next = script->link;
link              446 src/context.c        script->link = NULL;
link              453 src/context.c        script->link = next;
link              227 src/diff.h       struct change *link;		/* Previous or next edit command  */
link              520 src/util.c           next = end->link;
link              521 src/util.c           end->link = 0;
link              530 src/util.c           end->link = next;
link              766 src/util.c       while ((next = next->link) != 0);
link              805 src/util.c       for (; sp; sp = sp->link)