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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c600 String *cstorage, *nstorage; local
749 cstorage = Getattr(c, "storage");
753 if (Cmp(cstorage, "typedef") == 0) {
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y1349 String *cstorage = Copy(Getattr(function,"storage"));
1363 Setattr(new_function,"storage", cstorage);
1369 Delete(cstorage);
H A Dparser.c1663 String *cstorage = Copy(Getattr(function,"storage")); local
1677 Setattr(new_function,"storage", cstorage);
1683 Delete(cstorage);

Completed in 92 milliseconds