Searched defs:List_s (Results 1 – 2 of 2) sorted by relevance
110 typedef struct List_s struct112 int type; /* { - + : } */113 const char* name; /* list name */114 const char* text; /* help text */
176 typedef struct List_s /* Rule_t list */ struct178 struct List_s* next; /* next in list */ argument179 struct Rule_s* rule; /* list item */