Lines Matching defs:caught
101 #define trap() do{if(ed.caught)handle();}while(0)153 int caught;265 if (!ed.caught)266 ed.caught = sig;930 if (ed.caught == SIGQUIT) {931 signal(ed.caught, SIG_DFL);932 kill(0, ed.caught);945 if (ed.caught == SIGINT) {946 ed.caught = 0;999 ed.caught = SIGHUP;1231 ed.caught = ed.pending;