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

/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c115 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
138 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
H A Dextern.h49 char *detract(struct name *, int);
H A Dsend.c376 if ((nbuf = malloc(strlen(detract(nsto, 0)) + 1)) == NULL)
378 if ((cp = yanklogin(detract(nsto, 0), nbuf)) != NULL)
H A Dnames.c117 detract(struct name *np, int ntype) function
129 fprintf(stderr, "detract asked to insert commas\n");

Completed in 58 milliseconds