HomeSort by: relevance | last modified time | path
    Searched refs:enumval_list (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.h 66 struct enumval_list { struct
69 struct enumval_list *next;
71 typedef struct enumval_list enumval_list; typedef in typeref:struct:enumval_list
74 enumval_list *vals;
rpc_parse.c 254 enumval_list *elist;
255 enumval_list **tailp;
264 elist = ALLOC(enumval_list);
rpc_hout.c 396 enumval_list *l;

Completed in 13 milliseconds