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

/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c491 register int gotcha, c; local
505 for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) {
511 gotcha++;
519 if (!gotcha || Tflag != NOSTR)
583 gotcha = (c == 0 && tbuf == NULL);
597 if (gotcha && !noremove && (value("keep") == NOSTR)) {
H A Dsend.c405 int i, s, gotcha; local
458 for (gotcha = 0, np = to; np != NIL; np = np->n_flink)
460 gotcha++;
486 if (!gotcha && !i) {
496 if (!gotcha)
654 register int gotcha; local
656 gotcha = 0;
658 fprintf(fo, "To: "), fmt(hp->h_to, fo), gotcha++;
661 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
664 fprintf(fo, "Subject: %s\n", sflag), gotcha
[all...]

Completed in 59 milliseconds