Home
last modified time | relevance | path

Searched refs:vi_tail (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/txl/
H A Dtxlload.c78 time = tx->vi_tail->time; in TXLload()
82 vi_before = tx->vi_tail; in TXLload()
83 before = tx->vi_tail->time; in TXLload()
94 nd->V = tx->vi_tail->v_i; in TXLload()
194 tx->vi_tail = vi; in TXLload()
297 if (new->vi_tail != old->vi_tail) { in copy_tx()
373 tx->vi_tail->next = vi; in add_new_vi_txl()
374 tx2->vi_tail->next = vi; in add_new_vi_txl()
376 tx->vi_tail = vi; in add_new_vi_txl()
377 tx2->vi_tail = vi; in add_new_vi_txl()
[all …]
H A Dtxlsetup.c231 t->vi_head = t->vi_tail = NULL; in ReadTxL()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/cpl/
H A Dcplload.c91 if (cp->vi_tail->time > time) { in CPLload()
92 time = cp->vi_tail->time; in CPLload()
96 before = cp->vi_tail->time; in CPLload()
97 vi_before = cp->vi_tail; in CPLload()
261 cp->vi_tail = vi; in CPLload()
263 cp2->vi_tail = vi; in CPLload()
660 cp->vi_tail->next = vi; in add_new_vi()
661 cp2->vi_tail->next = vi; in add_new_vi()
663 cp->vi_tail = vi; in add_new_vi()
664 cp2->vi_tail = vi; in add_new_vi()
[all …]
H A Dcplsetup.c370 c->vi_head = c->vi_tail = NULL; in ReadCpL()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dswec.h328 struct linked_lists_of_vi *vi_tail; member
351 struct linked_lists_of_vi_txl *vi_tail; member
/dports/www/visitors/visitors_0.7/
H A Dtail.c65 void vi_tail(int filec, char **filev) in vi_tail() function
H A Dvisitors.c194 void vi_tail(int filec, char **filev);
3612 vi_tail(filenamec, filenames); in main()