HomeSort by: relevance | last modified time | path
    Searched refs:v_link (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
vars.c 107 for (vp = variables[hash(name)]; vp != NULL; vp = vp->v_link)
127 vp->v_link = variables[h];
cmd3.c 694 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
698 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
754 variables[h] = variables[h]->v_link;
760 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link)
762 vp->v_link = vp2->v_link;
783 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
787 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
def.h 359 struct var *v_link; /* Forward link to next variable */ member in struct:var
complete.c 563 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
569 for (vp = variables[h]; vp != NULL; vp = vp->v_link)
  /src/bin/csh/
csh.h 413 struct varent *v_link[3]; /* The links, see below */ member in struct:varent
417 #define v_left v_link[0]
418 #define v_right v_link[1]
419 #define v_parent v_link[2]
set.c 518 while ((c = p->v_link[f]) != NULL) {
527 p->v_link[f] = c = xmalloc(sizeof(*c));
654 if ((pp->v_link[f] = c) != NULL)
777 pp->v_link[ff] = rleft(p);
782 pp->v_link[ff] = rleft(p);
788 pp->v_link[ff] = rleft(p);
810 pp->v_link[ff] = rright(p);
815 pp->v_link[ff] = rright(p);
821 pp->v_link[ff] = rright(p);

Completed in 46 milliseconds