Home | History | Annotate | Download | only in mail

Lines Matching refs:extract

234 	    extract(cp, GTO)->n_flink == NULL) {  /* check for one recipient */
249 np = extract(__UNCONST("-f"), GSMOPTS);
250 np = cat(np, extract(cp, GSMOPTS));
291 hp->h_references = extract(references, GMISC);
292 hp->h_references = cat(hp->h_references, extract(in_reply_to, GMISC));
296 * Reply to a list of messages. Extract each name from the
321 np = extract(replyto, GTO);
323 np = extract(cp, GTO);
336 np = cat(np, extract(rcv, GTO));
340 np = extract(rcv, GTO);
347 np = elide(extract(cp, GCC));
388 head.h_to = cat(head.h_to, extract(cp, GTO));
533 np = extract(cp, GTO);