| 419 | } |
| 420 | |
| 421 | BOOLEAN sleftv::RingDependend() |
| 422 | { |
| 423 | int rt=Typ(); |
| 424 | if(::RingDependend(rt)) |
| 425 | return TRUE; |
| 426 | if (rt==LIST_CMD) |
| 427 | return lRingDependend((lists)Data()); |
| 428 | if (this->next!=NULL) |
| 429 | return this->next->RingDependend(); |
| 430 | return FALSE; |
| 431 | } |
| 432 | |
| 433 | static inline void * s_internalCopy(const int t, void *d) |
| 434 | { |