Home
last modified time | relevance | path

Searched refs:Item_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libcmd/common/
H A Dgrep.c129 } Item_t; typedef
133 Item_t* head; /* list head */
134 Item_t* tail; /* list tail */
177 Item_t* x; in addre()
190 if (!(x = newof(0, Item_t, 1, c))) in addre()
233 Item_t* x; in addstring()
235 if (!(x = newof(0, Item_t, 1, strlen(s)))) in addstring()
253 Item_t* x; in compile()
318 Item_t *item;
326 Item_t *item = r_x->item; in record()
[all …]
/titanic_41/usr/src/lib/libast/common/port/
H A Dastlicense.c113 } Item_t; typedef
117 Item_t name;
118 Item_t value;
127 static const Item_t key[] =
155 static const Item_t lic[] =
182 Item_t item[ITEMS];
192 lookup(register const Item_t* item, const char* name, int size) in lookup()
278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) in expand()
397 Item_t item; in astlicense()