Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance
66 struct enumval_list { struct69 struct enumval_list *next; argument71 typedef struct enumval_list enumval_list; typedef74 enumval_list *vals;
254 enumval_list *elist; in def_enum()255 enumval_list **tailp; in def_enum()264 elist = ALLOC(enumval_list); in def_enum()
396 enumval_list *l; in penumdef()