Searched defs:Item_t (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/pzip/
H A Drectify.c89 } Item_t; typedef in typeref:struct:Item_s
109 Item_t mod[4 * 1024];
131 register Item_t* a = (Item_t*)va;
132 register Item_t* b = (Item_t*)vb;
153 register Item_t* p;
/ast/src/cmd/re/
H A Dgrep.c135 } Item_t; typedef in typeref:struct:Item_s
139 Item_t* head; /* list head */
140 Item_t* tail; /* list tail */
185 Item_t* x;
198 if (!(x = newof(0, Item_t, 1, c)))
241 Item_t* x;
243 if (!(x = newof(0, Item_t, 1, strlen(s))))
261 Item_t* x;
326 Item_t* item = (Item_t*)handl
[all...]
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c147 } Item_t; typedef in typeref:struct:Item_s
151 Item_t* head; /* list head */
152 Item_t* tail; /* list tail */
169 Item_t* hit; /* label for most recent match */
219 ((State_t*)disc)->hit = (Item_t*)data;
229 Item_t* x;
243 if (!(x = vmnewof(state->vm, 0, Item_t, 1, c)))
287 Item_t* x;
289 if (!(x = vmnewof(state->vm, 0, Item_t, 1, strlen(s))))
313 Item_t*
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c126 } Item_t; typedef in typeref:struct:Item_s
130 Item_t name;
131 Item_t value;
140 static const Item_t key[] =
173 static const Item_t lic[] =
200 Item_t item[ITEMS];
210 lookup(register const Item_t* item, const char* name, int size)
296 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item)
520 Item_t item;
/ast/src/cmd/tw/
H A Dfind.c197 } Item_t; typedef in typeref:union:Item_u
204 Item_t first;
205 Item_t second;
206 Item_t third;
/ast/src/cmd/INIT/
H A Dproto.c1495 } Item_t; typedef in typeref:struct:Item_s
1499 Item_t name;
1500 Item_t value;
1509 static const Item_t key[] =
1542 static const Item_t lic[] =
1569 Item_t item[(sizeof(key)/sizeof(key[0])-1)];
1579 lookup __PARAM__((register const Item_t* item, const char* name, int size), (item, name, size)) __OTORP__(register const Item_t* item; const char* name; int size;){
1654 expand __PARAM__((Notice_t* notice, register Buffer_t* b, const Item_t* item), (notice, b, item)) __OTORP__(Notice_t* notice; register Buffer_t* b; const Item_t* ite
[all...]

Completed in 3671 milliseconds