Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance
92 struct enumval_list { struct95 struct enumval_list *next; argument97 typedef struct enumval_list enumval_list; typedef100 enumval_list *vals;
239 enumval_list *elist; in def_enum()240 enumval_list **tailp; in def_enum()249 elist = XALLOC(enumval_list); in def_enum()
368 enumval_list *l; in penumdef()