Home | History | Annotate | Download | only in test_cases

Lines Matching refs:et

38     struct et_list *et, **end;
40 for (end = list, et = *list; et; end = &et->next, et = et->next)
41 if (et->table->msgs == text)
43 et = malloc(sizeof(struct et_list));
44 if (et == 0) {
46 et = &link;
50 et->table = &et_ovk_error_table;
51 et->next = 0;
52 *end = et;