Searched refs:gotcha (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | send.c | 405 int i, s, gotcha; in mail1() local 458 for (gotcha = 0, np = to; np != NIL; np = np->n_flink) in mail1() 460 gotcha++; in mail1() 486 if (!gotcha && !i) { in mail1() 496 if (!gotcha) in mail1() 654 register int gotcha; in puthead() local 656 gotcha = 0; in puthead() 658 fprintf(fo, "To: "), fmt(hp->h_to, fo), gotcha++; in puthead() 661 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() 664 fprintf(fo, "Subject: %s\n", sflag), gotcha++; in puthead() [all …]
|
H A D | fio.c | 491 register int gotcha, c; in edstop() local 505 for (mp = &message[0], gotcha = 0; mp < &message[msgCount]; mp++) { in edstop() 511 gotcha++; in edstop() 519 if (!gotcha || Tflag != NOSTR) in edstop() 583 gotcha = (c == 0 && tbuf == NULL); in edstop() 597 if (gotcha && !noremove && (value("keep") == NOSTR)) { in edstop()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.dir.c | 181 goto gotcha; in dfollow() 214 goto gotcha; in dfollow() 260 goto gotcha; in dfollow() 282 goto gotcha; in dfollow() 298 goto gotcha; in dfollow() 303 gotcha: in dfollow()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | lib | 387 static void gotcha(int sig) 389 static int gotcha(sig) int sig; 492 signal(SIGSEGV, gotcha); 493 signal(SIGBUS, gotcha); 494 signal(SIGALRM, gotcha);
|