Lines Matching defs:exception
62 struct exception {
64 short exception;
66 typedef struct exception except_t;
107 * initialize exception lists
111 except[i].exception = -1;
178 * one exception
185 except[0].exception = lists[i].off;
196 except[0].exception = lists[COMMON].off;
200 except[1].exception = lists[i].off;
209 except[j++].exception = lists[i].off;
224 except[j++].exception =
227 except[j++].exception =
260 for (i=0;i<2 && except[i].exception != -1; i++) {
273 event_class[except[i].exception].event_lname, 1))==-1)
277 event_class[except[i].exception].event_sname, 1))==-1)