Home
last modified time | relevance | path

Searched refs:nextcont (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dpushlist.c40 struct hdrs *nhp, *ohp, *nextcont; local
99 nextcont = ohp;
100 while (nextcont->cont != (struct hdrs *)NULL) {
101 nextcont = nextcont->cont;
104 nextcont->cont = nhp;
H A Dpoplist.c35 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
79 nextcont = cont2rm->next;
88 cont2rm = nextcont;