Home
last modified time | relevance | path

Searched refs:GScope (Results 1 – 7 of 7) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.h111 } GScope; typedef
124 GScope *new_GScope(simtime_t precision);
125 void delete_GScope(GScope *);
127 GTrace *GScope_findTrace(GScope *S,const char *Name);
128 void GScope_fullUpdate(GScope*);
129 void GScope_deleteTrace(GScope*,const char *name);
130 void GScope_showCrossLine(GScope *S);
131 void GScope_hideCrossLine(GScope *S);
132 void GScope_drawCrossLine(GScope *S,int x);
143 void GScope_setTraceHighlight(GScope *S,GTrace *t);
[all …]
H A Dscope.c40 GScope *Scope = NULL;
57 simtime_t GScope_x2t(GScope *S,int x) in GScope_x2t()
76 int GScope_t2x(GScope *S,simtime_t t) in GScope_t2x()
556 void GScope_clearMark(GScope *S) in GScope_clearMark()
663 void GScope_showCrossLine(GScope *S) in GScope_showCrossLine()
675 void GScope_hideCrossLine(GScope *S) in GScope_hideCrossLine()
1037 void GScope_fullUpdate(GScope *S) in GScope_fullUpdate()
1232 GScope *S; in new_GScope()
1234 S = (GScope *) ob_malloc(sizeof(GScope),"GScope"); in new_GScope()
1260 void delete_GScope(GScope *S) in delete_GScope()
[all …]
H A Dscopewin.c35 extern GScope *Scope;
40 "white", Tk_Offset(GScope,bgColor), 0, 0},
44 "black", Tk_Offset(GScope,fgColor), 0, 0},
46 STR(TKG_GATEWIN_HEIGHT), Tk_Offset(GScope,Height), 0, 0},
48 STR(TKG_GATEWIN_WIDTH), Tk_Offset(GScope,Width), 0, 0},
50 "", Tk_Offset(GScope,xscroll), 0, 0},
52 "", Tk_Offset(GScope,yscroll), 0, 0},
100 static void scopeYViewCommand(GScope *S,const char *command,const char *arg) in scopeYViewCommand()
165 static void GScope_setClickTime(GScope *S,int clickValue,double f) in GScope_setClickTime()
173 static void scopeZoomCommand(GScope *S,const char *type,const char *arg) in scopeZoomCommand()
[all …]
H A Dtraceprint.c83 extern GScope *Scope; /* The scope trace */ in GPrint_setupTracePages()
260 extern GScope *Scope; /* The scope trace */ in traceLinesPerPage()
427 extern GScope *Scope; in GPrint_printTracePage()
H A Dsimulate.c28 extern GScope *Scope;
H A Dtkgatewin.c577 extern GScope *Scope; in idleGateWin()
H A Dtclfuncs.c2105 extern GScope *Scope; in gat_getTraceData()
3378 extern GScope *Scope; in gat_delScopeProbe()