Searched refs:thisobj (Results 1 – 1 of 1) sorted by relevance
125 static void movenextobj(object *thisobj, object **root) { in movenextobj() argument130 if (thisobj != nullptr) { in movenextobj()131 if (thisobj->nextobj != nullptr) { in movenextobj()132 cur = (object *)thisobj->nextobj; /* the object to be moved */ in movenextobj()133 thisobj->nextobj = cur->nextobj; /* link around the moved obj */ in movenextobj()