Lines Matching refs:nextobj
92 cur = (object *)cur->nextobj; in globalbound()
119 cur = (object *)cur->nextobj; in countobj()
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()
135 cur->nextobj = tmp; /* attach root to cur */ in movenextobj()
210 if (objinside((object *)cur->nextobj, &cmin1, &cmax1)) { in octreespace()
213 else if (objinside((object *)cur->nextobj, &cmin2, &cmax2)) { in octreespace()
216 else if (objinside((object *)cur->nextobj, &cmin3, &cmax3)) { in octreespace()
219 else if (objinside((object *)cur->nextobj, &cmin4, &cmax4)) { in octreespace()
222 else if (objinside((object *)cur->nextobj, &cmin5, &cmax5)) { in octreespace()
225 else if (objinside((object *)cur->nextobj, &cmin6, &cmax6)) { in octreespace()
228 else if (objinside((object *)cur->nextobj, &cmin7, &cmax7)) { in octreespace()
231 else if (objinside((object *)cur->nextobj, &cmin8, &cmax8)) { in octreespace()
236 cur = (object *)cur->nextobj; in octreespace()
246 old->nextobj = cur; in octreespace()
252 old->nextobj = cur; in octreespace()
258 old->nextobj = cur; in octreespace()
264 old->nextobj = cur; in octreespace()
270 old->nextobj = cur; in octreespace()
276 old->nextobj = cur; in octreespace()
282 old->nextobj = cur; in octreespace()
287 old->nextobj = *rootlist; in octreespace()
294 *rootlist = (object *)box1->nextobj; in octreespace()
337 gbox->nextobj = nullptr; in dividespace()