Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sim.c6305 btp = alloc_btnod(BTFRNGE); in add_ovfetim()
6377 if (hdrbtp->bttyp == BTFRNGE) return(hdrbtp); in find_fringe()
6392 if (hdrbtp->bttyp == BTFRNGE) break; in find_fringe()
6443 btpnew = alloc_btnod(BTFRNGE); in insert_fringe()
6569 if (btphdr->bttyp == BTFRNGE) in ovflow_into_wheel()
6791 if (btp->bttyp == BTFRNGE) in mv_subtree_towheel()
6870 if (btphdr->bttyp == BTFRNGE) in tfind_btnode_after()
6994 if (btphdr->bttyp == BTFRNGE) return; in dmp2_btree()
7010 if (btp->bttyp == BTFRNGE) strcpy(s1, "fringe"); in dmp_btnode()
7018 if (btp1->bttyp == BTFRNGE) in dmp_btnode()
[all …]
H A Dv.h660 #define BTFRNGE 1 macro
H A Dv_dbg2.c3800 if (btphdr->bttyp == BTFRNGE) in tfind_btnode_after()