Home
last modified time | relevance | path

Searched refs:wlist_ (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dnet_event.cc38 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 …]
H A Dnetlist.h3421 struct wcell_ *wlist_; variable
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A DisoControl.tcl584 set wlist_ [RadioButCmd $f3 "Isosurface tessellation type:" \
587 foreach w $wlist_ {
594 set wlist_ [RadioButCmd $f4 "Isosurface normals type:" \
597 foreach w $wlist_ {