Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
37 hdr2rm = (where == HEAD ?
40 if (hdr2rm == (struct hdrs *)NULL) {
44 if (hdr2rm->next == (struct hdrs *)NULL) {
49 hdrlines[hdrtype].head = hdr2rm->next;
50 hdr2rm->next->prev = (struct hdrs *)NULL;
53 if (hdr2rm->prev == (struct hdrs *)NULL) {
58 hdrlines[hdrtype].tail = hdr2rm->prev;
59 hdr2rm->prev->next = (struct hdrs *)NULL;
67 (strlen(header[H_AFWDFROM].tag) + strlen(hdr2rm->value) + 2);
[all …]