Home
last modified time | relevance | path

Searched defs:Item_s (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libcmd/common/
H A Dgrep.c122 typedef struct Item_s /* list item - sue me for waste */ struct
124 struct Item_s* next; /* next in list */ argument
125 regex_t re; /* compiled re */
126 Sfulong_t hits; /* labeled pattern matches */
127 Sfulong_t total; /* total hits */
128 char string[1]; /* string value */
/titanic_41/usr/src/lib/libast/common/port/
H A Dastlicense.c108 typedef struct Item_s struct
110 char* data;
111 int size;
112 int quote;