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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c1234 Node *symnext; local
1240 symnext = Getattr(n, "sym:nextSibling");
1244 if (symnext) {
1245 Setattr(symprev, "sym:nextSibling", symnext);
1252 if (symnext) {
1253 Setattr(symtab, symname, symnext);
1254 fixovername = symnext; /* fix as symbol to remove is at head of linked list */
1259 if (symnext) {
1261 Setattr(symnext, "sym:previousSibling", symprev);
1263 Delattr(symnext, "sy
[all...]

Completed in 94 milliseconds