Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c57 } Info_t; typedef
187 static Info_t dict[] = /* keyword dictionary */
266 static Info_t info[] =
1056 Info_t* ip; in cklang()
1198 if (ip = (Info_t*)dtmatch(mp->idtab, s)) in cklang()
1681 Info_t* ip; in load()
1873 ep->offset = (ip = (Info_t*)dtmatch(mp->infotab, p)) ? ip->value : 0; in load()
2352 mp->dtdisc.key = offsetof(Info_t, name); in magicopen()
2353 mp->dtdisc.link = offsetof(Info_t, link); in magicopen()