Home | History | Annotate | Download | only in PerlSupport

Lines Matching defs:equiv

106   int equiv = 0;
109 while (!equiv && *ne) {
113 equiv = SWIG_TypeNameComp(nb, ne, tb, te) == 0;
116 return equiv;
268 swig_type_info *tc, *equiv;
272 equiv = ti->next;
273 while (equiv) {
274 if (!equiv->converter) {
277 if ((strcmp(tc->name, equiv->name) == 0))
282 equiv = equiv->next;
339 swig_type_info *equiv = type->next;
342 while (equiv) {
343 if (!equiv->converter) {
346 if ((strcmp(tc->name, equiv->name) == 0) && !tc->clientdata)
351 equiv = equiv->next;