Lines Matching refs:Except
24 int Except;
35 if(Except == 0)
37 else if(Except == 1) /* testing return on interrupt */
38 { Except = 2;
42 else if(Except == 2)
46 else terror("Unexpected Except(%d) state", Except);
66 Except = -1;
86 Except = 0;
93 if(Except >= 0)
97 Except = 0;
104 if(Except >= 0)
108 Except = 1; /* testing return-on-interrupt feature */