Home | History | Annotate | Download | only in rpcgen

Lines Matching defs:list

44 struct list {
46 struct list *next;
48 typedef struct list list;
66 extern list *defined;
99 #define STOREVAL(list,item) \
100 storeval(list,item)
102 #define FINDVAL(list,item,finder) \
103 findval(list, item, finder)
107 definition *findval(list *, const char *,
109 void storeval(list **, definition *);