Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.h78 struct enumval_list { struct
81 struct enumval_list *next; argument
83 typedef struct enumval_list enumval_list; typedef
86 enumval_list *vals;
H A Drpc_parse.c392 enumval_list *elist; in def_enum()
393 enumval_list **tailp; in def_enum()
402 elist = calloc(1, sizeof (enumval_list)); in def_enum()
H A Drpc_hout.c411 enumval_list *l; in penumdef()