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

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c57 } Info_t; typedef in typeref:struct:__anon9345
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 206 milliseconds