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

/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c507 int gotcha; local
509 gotcha = 0;
511 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
513 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
515 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
517 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
519 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++;
521 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
522 if (gotcha && w & GNL)
H A Dquit.c390 int gotcha, c; local
403 for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) {
409 gotcha++;
419 if (!gotcha || Tflag != NULL)
472 gotcha = (c == 0 && ibuf == NULL);
485 if (gotcha) {

Completed in 51 milliseconds