Searched refs:detract (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dtty.c109 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
124 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
132 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dextern.h47 char *detract(struct name *, int);
H A Dsend.c370 if ((nbuf = malloc(strlen(detract(nsto, 0)) + 1)) == NULL)
372 if ((cp = yanklogin(detract(nsto, 0), nbuf)) != NULL)
H A Dnames.c111 detract(struct name *np, int ntype) function
123 fprintf(stderr, "detract asked to insert commas\n");

Completed in 73 milliseconds