Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dgendeliv.c56 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
57 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
260 hdrlines[H_RECEIVED].head = hdrlines[H_DRECEIVED].head;
261 hdrlines[H_RECEIVED].tail = hdrlines[H_DRECEIVED].tail;
262 hdrlines[H_DRECEIVED].head = (struct hdrs *)NULL;
263 hdrlines[H_DRECEIVED].tail = (struct hdrs *)NULL;
H A Dgoback.c139 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
140 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
H A Dmail.h161 #define H_DRECEIVED 25 /* Hold Rcvd: when sending Del. Notf.*/ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h160 #define H_DRECEIVED 25 /* Hold Rcvd: when sending Del. Notf. */ macro