Home
last modified time | relevance | path

Searched refs:setexit (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/usr.bin/mail/
H A Ddef.h265 #define setexit() setjmp(srbuf) macro
H A Dlex.c216 setexit(); in commands()
/freebsd-12.1/contrib/tcsh/
H A Dtw.color.c298 if (setexit() == 0) { in parseLSCOLORS()
359 if (setexit() == 0) { in parseLS_COLORS()
H A Dtw.help.c84 if (setexit() == 0) in do_help()
H A Dsh.h687 # define setexit() sigsetjmp(reslab.j, 1) macro
691 # define setexit() setjmp(reslab.j) macro
H A Dsh.c1315 if (setexit() != 0) /* PWP */ in main()
1798 if (setexit() == 0) { in goodbye()
1991 (void)setexit(); in process()
H A Dtc.func.c615 if (setexit() == 0) { /* come back here after pjwait */ in fg_proc_entry()
1039 if (setexit() == 0) in aliasrun()
H A Dsh.sem.c656 if (setexit() == 0) in execute()
H A Dsh.glob.c775 (void) setexit(); in backeval()
H A Dtw.parse.c515 if (setexit() == 0) in t_glob()
1366 if (setexit()) { in tw_collect()
H A Dsh.func.c2517 if (setexit() == 0) {
2520 if ((my_reenter = setexit()) == 0) {