Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance
78 struct enumval_list { struct81 struct enumval_list *next; argument83 typedef struct enumval_list enumval_list; typedef86 enumval_list *vals;
392 enumval_list *elist; in def_enum()393 enumval_list **tailp; in def_enum()402 elist = calloc(1, sizeof (enumval_list)); in def_enum()
411 enumval_list *l; in penumdef()