Searched refs:gotcha (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | send.c | 501 int gotcha; in puthead() local 503 gotcha = 0; in puthead() 505 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead() 507 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() 509 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead() 511 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead() 513 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++; in puthead() 515 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++; in puthead() 516 if (gotcha && w & GNL) in puthead()
|
H A D | quit.c | 385 int gotcha, c; in edstop() local 398 for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) { in edstop() 404 gotcha++; in edstop() 414 if (!gotcha || Tflag != NULL) in edstop() 467 gotcha = (c == 0 && ibuf == NULL); in edstop() 480 if (gotcha) { in edstop()
|