Home | History | Annotate | Download | only in test_cases

Lines Matching defs:et

40     struct et_list *et, **end;
42 for (end = list, et = *list; et; end = &et->next, et = et->next)
43 if (et->table->msgs == text)
45 et = malloc(sizeof(struct et_list));
46 if (et == 0) {
48 et = &link;
52 et->table = &et_ovk_error_table;
53 et->next = 0;
54 *end = et;