HomeSort by: relevance | last modified time | path
    Searched defs:gotcha (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
quit.c 138 int gotcha, c; local in function:edstop
156 for (mp = get_message(1), gotcha = 0; mp; mp = next_message(mp)) {
162 gotcha++;
172 if (!gotcha || Tflag != NULL)
234 gotcha = (c == 0 && ibuf == NULL);
247 if (gotcha) {
send.c 445 int gotcha; local in function:puthead
447 gotcha = 0;
449 fmt("To:", hp->h_to, fo, w & GCOMMA), gotcha++;
451 (void)fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
453 fmt("Cc:", hp->h_cc, fo, w & GCOMMA), gotcha++;
455 fmt("Bcc:", hp->h_bcc, fo, w & GCOMMA), gotcha++;
457 (void)fprintf(fo, "In-Reply-To: %s\n", hp->h_in_reply_to), gotcha++;
459 fmt("References:", hp->h_references, fo, w & GCOMMA), gotcha++;
463 gotcha++;
466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha++
    [all...]

Completed in 13 milliseconds