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

/external/expat/amiga/
H A Dlaunch.c28 struct ExpatIFace* IExpat = 0; variable in typeref:struct:ExpatIFace
38 IExpat = (struct ExpatIFace*)GetInterface(ExpatBase, "main", 1, NULL);
39 if ( IExpat == 0 ) {
47 if ( IExpat != 0 ) {
48 DropInterface((struct Interface*)IExpat);
49 IExpat = 0;

Completed in 754 milliseconds