Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c220 if (V->v_hexValue) { in GValue_getColor()
221 if (strchr(V->v_hexValue,'x')) in GValue_getColor()
223 else if (*V->v_hexValue == '0') in GValue_getColor()
245 if (!V->v_hexValue) in GTrace_drawTransValue()
248 width = GKTextWidth(TkGate.stextXF[1],V->v_hexValue,strlen(V->v_hexValue)); in GTrace_drawTransValue()
251 new_dpy = V->v_hexValue; in GTrace_drawTransValue()
1212 T->t_last->v_hexValue = 0; in trace_observe()
1219 (value && !T->t_last->v_hexValue) || in trace_observe()
1220 (value && T->t_last->v_hexValue && strcmp(value,T->t_last->v_hexValue) != 0)) { in trace_observe()
1360 if (V->v_hexValue) ob_free(V->v_hexValue); in delete_GTrace()
[all …]
H A Dscope.h57 char *v_hexValue; /* Value string for multi-bit values */ member
H A Dtraceprint.c356 if (V->v_hexValue) { in GPrint_outputTrace()
362 …fprintf(P->p_f,"(%s) %g %d %g trshow\n",V->v_hexValue,x1+PTRC_HEXPOS,y+PTRC_TRLOW+3,x2-x1-PTRC_HEX… in GPrint_outputTrace()