Searched refs:gotcha (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dsend.c501 int gotcha; local
503 gotcha = 0;
505 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
507 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
509 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
511 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
513 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++;
515 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
516 if (gotcha && w & GNL)
H A Dquit.c385 int gotcha, c; local
398 for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) {
404 gotcha++;
414 if (!gotcha || Tflag != NULL)
467 gotcha = (c == 0 && ibuf == NULL);
480 if (gotcha) {

Completed in 72 milliseconds