Home
last modified time | relevance | path

Searched refs:bpnxt (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_dbg2.c1013 for (bpp = __bphdr; bpp != NULL; bpp = bpp->bpnxt) in prt_brkpts()
2116 bpp->bpnxt = NULL; in init_brkpt()
2151 if (bpp_last != NULL) bpp_last->bpnxt = bpp; in insert_brkpt()
2522 bpp2 = bpp->bpnxt; in del_all_brkpts()
2546 if (last_bpp == NULL) __bphdr = bpp->bpnxt; in del_brkpt_num()
2547 else last_bpp->bpnxt = bpp->bpnxt; in del_brkpt_num()
2580 for (bpp = __bphdr; bpp != NULL; bpp = bpp->bpnxt) in cnt_same_brkpts()
2845 for (bpp = __bphdr; bpp != NULL; bpp = bpp->bpnxt) in find_bpp()
2870 for (bpp = __bphdr; bpp != NULL; bpp = bpp->bpnxt) in __process_brkpt()
2957 bpp2 = bpp->bpnxt; in __process_brkpt()
[all …]
H A Dv.h2195 struct brkpt_t *bpnxt; member