Searched refs:wlist_ (Results 1 – 3 of 3) sorted by relevance
38 wlist_ = 0; in NetEvent()210 while (wlist_) { in replace_event()211 wlist_->obj->replace_event(this, that); in replace_event()360 struct NetEvent::wcell_*tmp = tgt->wlist_; in ~NetEvWait()362 tgt->wlist_ = tmp->next; in ~NetEvWait()397 tmp->next = tgt->wlist_; in add_event()398 tgt->wlist_ = tmp; in add_event()414 struct NetEvent::wcell_*tmp = src->wlist_; in replace_event()416 src->wlist_ = tmp->next; in replace_event()437 tmp->next = repl->wlist_; in replace_event()[all …]
3421 struct wcell_ *wlist_; variable
584 set wlist_ [RadioButCmd $f3 "Isosurface tessellation type:" \587 foreach w $wlist_ {594 set wlist_ [RadioButCmd $f4 "Isosurface normals type:" \597 foreach w $wlist_ {