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