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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c111 static Typetab *SwigType_find_scope(Typetab *s, String *nameprefix);
177 Typetab *t = SwigType_find_scope(current_scope, type);
413 static Typetab *SwigType_find_scope(Typetab *s, String *nameprefix) { function
457 s = SwigType_find_scope(ttab, nameprefix);
601 s = SwigType_find_scope(s, nameprefix);
1097 /* tt = SwigType_find_scope(current_scope,name);
1113 tt = SwigType_find_scope(current_scope, defined_name);
1123 s = SwigType_find_scope(current_scope, prefix);

Completed in 160 milliseconds