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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dscanner.c23 List *scanobjs; /* Objects being scanned */ member in struct:Scanner
51 s->scanobjs = NewList();
67 Delete(s->scanobjs);
86 Clear(s->scanobjs);
105 Push(s->scanobjs, txt);
195 Delitem(s->scanobjs, 0);
196 if (Len(s->scanobjs) == 0)
198 s->str = Getitem(s->scanobjs, 0);

Completed in 67 milliseconds