WIFSIGNALED       267 anacron/runjob.c     else if (!WIFEXITED(status) && WIFSIGNALED(status))
WIFSIGNALED       271 anacron/runjob.c     else if (!WIFEXITED(status) && !WIFSIGNALED(status))
WIFSIGNALED       367 anacron/runjob.c     else if (WIFSIGNALED(status))
WIFSIGNALED       663 src/crontab.c  		else if (WIFSIGNALED(waiter)) {
WIFSIGNALED       580 src/do_command.c 			if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))