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

/ast/src/cmd/jcl/
H A Djcm.c67 struct Jcmlib_s; typedef struct Jcmlib_s Jcmlib_t; typedef in typeref:struct:Jcmlib_s
115 Jcmlib_t* memlib;
116 Jcmlib_t* overlib;
117 Jcmlib_t* doclib;
159 Jcmlib_t* dummy;
444 static Jcmlib_t*
447 register Jcmlib_t* lib;
457 if (!(lib = (Jcmlib_t*)dtmatch(state.libs, name)))
459 if (!(lib = newof(0, Jcmlib_t, 1, 0)))
662 state.libdisc.link = offsetof(Jcmlib_t, lin
[all...]

Completed in 9 milliseconds