Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c36 struct hdrs *nhp, *ohp, *nextcont; in pushlist() local
95 nextcont = ohp; in pushlist()
96 while (nextcont->cont != (struct hdrs *)NULL) { in pushlist()
97 nextcont = nextcont->cont; in pushlist()
100 nextcont->cont = nhp; in pushlist()
H A Dpoplist.c33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
77 nextcont = cont2rm->next;
86 cont2rm = nextcont;