Home
last modified time | relevance | path

Searched refs:gotcha (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c406 int i, s, gotcha; in mail1() local
461 gotcha++; in mail1()
487 if (!gotcha && !i) { in mail1()
497 if (!gotcha) in mail1()
655 register int gotcha; in puthead() local
657 gotcha = 0; in puthead()
665 fprintf(fo, "Subject: %s\n", sflag), gotcha++; in puthead()
673 hp->h_defopt), gotcha++; in puthead()
681 fprintf(fo, "Subject: %s\n", sflag), gotcha++; in puthead()
686 gotcha++; in puthead()
[all …]
H A Dfio.c491 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()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c186 goto gotcha; in dfollow()
219 goto gotcha; in dfollow()
265 goto gotcha; in dfollow()
287 goto gotcha; in dfollow()
303 goto gotcha; in dfollow()
308 gotcha: in dfollow()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c567 jmp_buf gotcha; member
1012 gotcha(int sig) in gotcha() function
1016 signal(sig, gotcha); in gotcha()
1032 longjmp(state.gotcha, ret); in gotcha()
1147 else if (!(eret = setjmp(state.gotcha))) in catchfree()
1451 signal(SIGALRM, gotcha); in main()
1452 signal(SIGBUS, gotcha); in main()
1453 signal(SIGSEGV, gotcha); in main()
1945 else if (!(cret = setjmp(state.gotcha))) in main()
1958 else if (!(cret = setjmp(state.gotcha))) in main()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib449 static void gotcha(int sig)
451 static int gotcha(sig) int sig;
554 signal(SIGSEGV, gotcha);
555 signal(SIGBUS, gotcha);
556 signal(SIGALRM, gotcha);