Searched refs:intact (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/lib/libc/stdlib/
H A Dsystem.c53 struct sigaction ign, intact, quitact; local
66 (void)_sigaction(SIGINT, &ign, &intact);
78 (void)_sigaction(SIGINT, &intact, NULL);
90 (void)_sigaction(SIGINT, &intact, NULL);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibnames.mk10 # left intact.
H A Dhost.libnames.mk10 # left intact.
H A Dinc.mk10 # left intact.
H A Dinit.mk10 # left intact.
H A Dlinks.mk10 # left intact.
H A Drst2htm.mk10 # left intact.
H A Dautoconf.mk10 # left intact.
H A Dinstall-new.mk10 # left intact.
H A Doptions.mk10 # left intact.
H A Dsrctop.mk10 # left intact.
H A Dsys.dependfile.mk10 # left intact.
H A Dtarget-flags.mk49 # left intact.
H A Dyacc.mk11 # left intact.
H A Dauto.obj.mk10 # left intact.
H A Dlibs.mk10 # left intact.
H A Dmeta.subdir.mk11 # left intact.
H A Dobj.mk10 # left intact.
H A Dprogs.mk10 # left intact.
H A Dsys.clean-env.mk10 # left intact.
H A Dmeta.sys.mk11 # left intact.
H A Dwarnings.mk11 # left intact.
H A Ddpadd.mk10 # left intact.
/freebsd-9.3-release/sbin/devd/
H A Ddevd.cc205 struct sigaction ign, intact, quitact; local
218 ::sigaction(SIGINT, &ign, &intact);
230 ::sigaction(SIGINT, &intact, NULL);
248 ::sigaction(SIGINT, &intact, NULL);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.c982 intact = 1;
1111 intty |= intact;
1113 if (intty || (intact && isatty(SHOUT))) {
1131 if (loginsh || intact || (intty && isatty(SHOUT)))

Completed in 133 milliseconds

12