Home
last modified time | relevance | path

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

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/db/
H A Drunpcs.c42 bkpt->flag = BKPTCLR; in runpcs()
78 bkpt->flag = BKPTCLR; in runpcs()
124 bk->flag = BKPTCLR; in endpcs()
125 else if (bk->flag != BKPTCLR) in endpcs()
168 if (bk->flag != BKPTCLR && bk->loc == adr) in scanbkpt()
185 if (bk->flag != BKPTCLR) in delbp()
202 if (bk->flag != BKPTCLR) in setbp()
H A Dpcs.c36 bk->flag=BKPTCLR; in subpcs()
43 bk->flag=BKPTCLR; in subpcs()
45 if (bk->flag == BKPTCLR) in subpcs()
H A Ddefs.h55 #define BKPTCLR 0 /* not a real breakpoint */ macro