Searched refs:oel (Results 1 – 2 of 2) sorted by relevance
221 elist_t *oel; in free_elist() local224 oel = el; in free_elist()227 if (oel->el_name) in free_elist()228 free(oel->el_name); in free_elist()229 free(oel); in free_elist()
815 elist_t *oel, **nelp; in conjure_enum() local817 for (oel = old->t_emem, nelp = &new->t_emem; in conjure_enum()818 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) { in conjure_enum()820 (*nelp)->el_name = xstrdup(oel->el_name); in conjure_enum()821 (*nelp)->el_number = oel->el_number; in conjure_enum()