Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_parse.h97 struct enumval_list { struct
100 struct enumval_list *next; argument
102 typedef struct enumval_list enumval_list; typedef
105 enumval_list *vals;
HDrpc_parse.c248 enumval_list *elist; in def_enum()
249 enumval_list **tailp; in def_enum()
258 elist = XALLOC(enumval_list); in def_enum()
HDrpc_hout.c378 enumval_list *l; in penumdef()