Searched defs:List_s (Results 1 – 2 of 2) sorted by relevance
131 typedef struct List_s /* generic list */ struct133 Item_t* head; /* list head */134 Item_t* tail; /* list tail */
103 typedef struct List_s struct105 int type; /* { - + : } */106 const char* name; /* list name */107 const char* text; /* help text */