Searched defs:List (Results 1 – 9 of 9) sorted by relevance
16 typedef struct List List; typedef23 struct List { struct37 extern List senders; argument
6 typedef struct List List; typedef62 struct List struct64 int nalloc;65 int nused;66 union{
31 typedef struct List { struct34 } List; argument
44 typedef struct List { struct47 } List; typedef
32 typedef struct List List; typedef67 struct List struct69 int type; /* 'p' for pointer, 'P' for Posn */70 int nalloc;71 int nused;72 union{78 }g;
19 typedef struct List List; typedef123 struct List struct126 List* next; argument127 char type;
3 typedef struct List List; typedef7 struct List struct9 List* next; argument20 extern int _listlen(List* l); argument
1532 #define UPD_EXIT_GET(Err,Dev,List) \ argument1539 #define UPD_EXIT_GET(Err,Dev,List) if(0 > Err) return_error(Err); argument
23 typedef struct List List; typedef