Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance
96 struct enumval_list { struct99 struct enumval_list *next; argument101 typedef struct enumval_list enumval_list; typedef104 enumval_list *vals;
247 enumval_list *elist; in def_enum()248 enumval_list **tailp; in def_enum()257 elist = XALLOC(enumval_list); in def_enum()
376 enumval_list *l; in penumdef()