Lines Matching defs:dc

95 static int AtWp(struct debugger_context *dc, TT_ExecContext exc ) {  in AtWp()
149 static int AtBp(struct debugger_context *dc, TT_ExecContext exc ) { in AtBp()
164 static void TestStorage( struct debugger_context *dc, TT_ExecContext exc) { in TestStorage()
189 struct debugger_context *dc = massive_kludge; in PauseIns() local
288 struct debugger_context *dc = _dc; in StartChar() local
317 void DebuggerTerminate(struct debugger_context *dc) { in DebuggerTerminate()
345 void DebuggerReset(struct debugger_context *dc,real ptsizey, real ptsizex,int dpi,int dbg_fpgm, int… in DebuggerReset()
384 struct debugger_context *dc; in DebuggerCreate() local
435 void DebuggerGo(struct debugger_context *dc,enum debug_gotype dgt,DebugView *dv) { in DebuggerGo()
475 struct TT_ExecContextRec_ *DebuggerGetEContext(struct debugger_context *dc) { in DebuggerGetEContext()
479 int DebuggerBpCheck(struct debugger_context *dc,int range,int ip) { in DebuggerBpCheck()
489 void DebuggerToggleBp(struct debugger_context *dc,int range,int ip) { in DebuggerToggleBp()
515 void DebuggerSetWatches(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatches()
530 uint8 *DebuggerGetWatches(struct debugger_context *dc, int *n) { in DebuggerGetWatches()
535 void DebuggerSetWatchStores(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatchStores()
550 uint8 *DebuggerGetWatchStores(struct debugger_context *dc, int *n) { in DebuggerGetWatchStores()
555 int DebuggerIsStorageSet(struct debugger_context *dc, int index) { in DebuggerIsStorageSet()
561 void DebuggerSetWatchCvts(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatchCvts()
576 uint8 *DebuggerGetWatchCvts(struct debugger_context *dc, int *n) { in DebuggerGetWatchCvts()
581 int DebuggingFpgm(struct debugger_context *dc) { in DebuggingFpgm()
724 void DebuggerTerminate(struct debugger_context *dc) { in DebuggerTerminate()
727 void DebuggerReset(struct debugger_context *dc,real ptsizey, real ptsizex,int dpi,int dbg_fpgm, int… in DebuggerReset()
734 void DebuggerGo(struct debugger_context *dc,enum debug_gotype go,DebugView *dv) { in DebuggerGo()
737 struct TT_ExecContextRec_ *DebuggerGetEContext(struct debugger_context *dc) { in DebuggerGetEContext()
741 void DebuggerSetWatches(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatches()
744 uint8 *DebuggerGetWatches(struct debugger_context *dc, int *n) { in DebuggerGetWatches()
749 void DebuggerSetWatchStores(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatchStores()
752 uint8 *DebuggerGetWatchStores(struct debugger_context *dc, int *n) { in DebuggerGetWatchStores()
757 int DebuggerIsStorageSet(struct debugger_context *dc, int index) { in DebuggerIsStorageSet()
761 void DebuggerSetWatchCvts(struct debugger_context *dc,int n, uint8 *w) { in DebuggerSetWatchCvts()
764 uint8 *DebuggerGetWatchCvts(struct debugger_context *dc, int *n) { in DebuggerGetWatchCvts()
769 int DebuggingFpgm(struct debugger_context *dc) { in DebuggingFpgm()