Searched refs:oel (Results 1 – 2 of 2) sorted by relevance
226 elist_t *oel; in free_elist() local229 oel = el; in free_elist()232 if (oel->el_name) in free_elist()233 free(oel->el_name); in free_elist()234 free(oel); in free_elist()
826 elist_t *oel, **nelp; in conjure_enum() local828 for (oel = old->t_emem, nelp = &new->t_emem; in conjure_enum()829 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) { in conjure_enum()831 (*nelp)->el_name = xstrdup(oel->el_name); in conjure_enum()832 (*nelp)->el_number = oel->el_number; in conjure_enum()