Lines Matching defs:hptr
42 register struct hdrs *hptr;
114 if ((hptr = hdrlines[H_DATE].head) != (struct hdrs *)NULL) {
115 Dout(pn, 0,"date from H_DATE = '%s'\n", hptr->value);
116 fprintf(outfile,"%s\n", hptr->value);
120 if ((hptr = hdrlines[H_FROM1].tail) == (struct hdrs *)NULL) {
121 hptr = hdrlines[H_FROM].tail;
123 Dout(pn, 0,"date from H_FROM = '%s'\n", hptr->value);
124 (void) strlcpy(buf, hptr->value, sizeof (buf));
157 if ((hptr = hdrlines[H_SUBJ].head) != (struct hdrs *)NULL) {
159 header[H_SUBJ].tag, hptr->value);
161 if ((hptr = hdrlines[H_MSVC].head) != (struct hdrs *)NULL) {
162 if ((strlen(hptr->value) != 4) ||
163 (casncmp("mail", hptr->value, 4) != 0)) {
165 header[H_MSVC].tag, hptr->value);
168 if ((hptr = hdrlines[H_MTSID].head) != (struct hdrs *)NULL) {
170 header[H_MTSID].tag, hptr->value);
172 if ((hptr = hdrlines[H_UAID].head) != (struct hdrs *)NULL) {
174 header[H_UAID].tag, hptr->value);
177 if ((hptr = hdrlines[H_DTCOPY].head) != (struct hdrs *)NULL) {
179 getcomment(hptr->value, cbuf);
235 if ((hptr = hdrlines[H_DAFWDFROM].head) != (struct hdrs *)NULL) {
236 while (hptr != (struct hdrs *)NULL) {
238 header[H_DAFWDFROM].tag, hptr->value);
239 hptr = hptr->next;