Home
last modified time | relevance | path

Searched refs:enumval_list (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.h94 struct enumval_list { struct
97 struct enumval_list *next; argument
99 typedef struct enumval_list enumval_list; typedef
102 enumval_list *vals;
H A Drpc_parse.c237 enumval_list *elist; in def_enum()
238 enumval_list **tailp; in def_enum()
247 elist = XALLOC(enumval_list); in def_enum()
H A Drpc_hout.c360 enumval_list *l; in penumdef()