Searched refs:oel (Results 1 – 2 of 2) sorted by relevance
219 elist_t *oel; in free_elist() local222 oel = el; in free_elist()225 if (oel->el_name) in free_elist()226 free(oel->el_name); in free_elist()227 free(oel); in free_elist()
822 elist_t *oel, **nelp; in conjure_enum() local824 for (oel = old->t_emem, nelp = &new->t_emem; in conjure_enum()825 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) { in conjure_enum()827 (*nelp)->el_name = xstrdup(oel->el_name); in conjure_enum()828 (*nelp)->el_number = oel->el_number; in conjure_enum()