Searched defs:Item_s (Results 1 – 2 of 2) sorted by relevance
122 typedef struct Item_s /* list item - sue me for waste */ struct124 struct Item_s* next; /* next in list */ argument125 regex_t re; /* compiled re */126 Sfulong_t hits; /* labeled pattern matches */127 Sfulong_t total; /* total hits */128 char string[1]; /* string value */
108 typedef struct Item_s struct110 char* data;111 int size;112 int quote;