Lines Matching defs:head
284 struct header head;
304 head.h_to = buf;
305 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
306 head.h_others = NOSTRPTR;
307 head.h_seq = 0;
308 mail1(&head, Fflag, NOSTR);
335 struct header head;
337 head.h_to = NOSTR;
338 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
339 head.h_others = NOSTRPTR;
340 head.h_seq = 0;
341 mail1(&head, Fflag, NOSTR);
352 struct header head;
355 head.h_to = NOSTR;
357 head.h_to = addto(NOSTR, str);
358 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
359 head.h_others = NOSTRPTR;
360 head.h_seq = 0;
361 mail1(&head, 0, NOSTR);
373 struct header head;
376 head.h_to = NOSTR;
378 head.h_to = addto(NOSTR, str);
379 head.h_subject = head.h_cc = head.h_bcc = head.h_defopt = NOSTR;
380 head.h_others = NOSTRPTR;
381 head.h_seq = 0;
382 mail1(&head, 1, NOSTR);