Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_trch.c272 __off_vtxlst_hdr = __off_vtxlst_end = NULL; in __bld_bidandtran_graph()
1343 for (vtxlp = __off_vtxlst_hdr; vtxlp != NULL; vtxlp = vtxlp->vtxnxt) in chg_bidchan_to_vtxlist()
1374 if (__off_vtxlst_hdr != NULL) in chg_bidchan_to_vtxlist()
1377 __vtxlst_freelst = __off_vtxlst_hdr; in chg_bidchan_to_vtxlist()
1379 __off_vtxlst_hdr = __off_vtxlst_end = NULL; in chg_bidchan_to_vtxlist()
1495 for (vtxlp = __off_vtxlst_hdr; vtxlp != NULL; vtxlp = vtxlp->vtxnxt) in off_bichan_marks()
1502 if (__off_vtxlst_hdr != NULL) in off_bichan_marks()
1505 __vtxlst_freelst = __off_vtxlst_hdr; in off_bichan_marks()
1507 __off_vtxlst_hdr = __off_vtxlst_end = NULL; in off_bichan_marks()
1535 else __off_vtxlst_end = __off_vtxlst_hdr = vtxlp; in add_vtx_to_offlist()
H A Dv.h3558 extern struct vtxlst_t *__off_vtxlst_hdr; /* bid chan vtx list for marks off */
H A Dcver.c701 struct vtxlst_t *__off_vtxlst_hdr; /* bid chan vtx list for marks off */ variable