Home
last modified time | relevance | path

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

/dports/games/zoom/zoom-1.1.5/src/
H A Ddebug.h189 int funcbp; member
250 int funcbp);
H A Ddebug.c83 if (bp && bp->usage == 1 && bp->funcbp && !stepinto) in debug_run_breakpoint()
87 if (bp && bp->usage == 1 && bp->funcbp && in debug_run_breakpoint()
344 if (debug_bplist[x].usage > (debug_bplist[x].temporary + debug_bplist[x].funcbp)) in debug_run_breakpoint()
386 obp->usage > (obp->temporary + obp->funcbp)) in debug_run_breakpoint()
464 int funcbp) in debug_set_breakpoint() argument
506 debug_bplist[pos].funcbp = funcbp; in debug_set_breakpoint()