Searched refs:Info_t (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csattr.c | 37 } Info_t; typedef in typeref:struct:__anon336 48 register Info_t* ip; 64 if (!(ip = (Info_t*)hashlook(tp, h, HASH_CREATE|HASH_SIZE(sizeof(Info_t)+strlen(s)+1), NiL))) 92 register Info_t* ip; 114 do if (!(ip = (Info_t*)hashnext(pt))) 130 if (!(ip = (Info_t*)hashlook(tp, name, HASH_LOOKUP, NiL)))
|
/ast/src/cmd/tests/ |
H A D | opt.c | 37 typedef struct Info_s Info_t; typedef in typeref:struct:Info_s 41 Info_t* next; 46 static Info_t* info; 52 Info_t* ip; 157 Info_t* ip; 180 if (ip = newof(0, Info_t, 1, 0))
|
/ast/src/cmd/pzip/ |
H A D | pop.c | 132 } Info_t; typedef in typeref:struct:__anon195 139 gather(register Pz_t* pz, register Pzpart_t* pp, Sfio_t* sp, register Info_t* ip, size_t* map, size_t m) 245 Info_t* ip; 295 if (!(ip = vmnewof(pz->vm, 0, Info_t, m, 0))) 365 Info_t* ip; 367 if (!(ip = vmnewof(pz->vm, 0, Info_t, m, 0)))
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 57 } Info_t; typedef in typeref:struct:__anon283 177 int identifier[ID_MAX + 1]; /* Info_t identifier */ \ 187 static Info_t dict[] = /* keyword dictionary */ 266 static Info_t info[] = 1056 Info_t* ip; 1198 if (ip = (Info_t*)dtmatch(mp->idtab, s)) 1678 Info_t* ip; 1870 ep->offset = (ip = (Info_t*)dtmatch(mp->infotab, p)) ? ip->value : 0; 2349 mp->dtdisc.key = offsetof(Info_t, name); 2350 mp->dtdisc.link = offsetof(Info_t, lin [all...] |
Completed in 18 milliseconds