Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance
97 struct enumval_list { struct100 struct enumval_list *next; argument102 typedef struct enumval_list enumval_list; typedef105 enumval_list *vals;
248 enumval_list *elist; in def_enum()249 enumval_list **tailp; in def_enum()258 elist = XALLOC(enumval_list); in def_enum()
378 enumval_list *l; in penumdef()