Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c258 if (isFullUpdate && V->v_dpyHexValue) { in GTrace_drawTransValue()
259 ob_free(V->v_dpyHexValue); in GTrace_drawTransValue()
260 V->v_dpyHexValue = 0; in GTrace_drawTransValue()
263 if (V->v_dpyHexValue && (strcmp(V->v_dpyHexValue,new_dpy) != 0)) { in GTrace_drawTransValue()
264 char *s = V->v_dpyHexValue; in GTrace_drawTransValue()
268 ob_free(V->v_dpyHexValue); in GTrace_drawTransValue()
269 V->v_dpyHexValue = 0; in GTrace_drawTransValue()
276 V->v_dpyHexValue = ob_strdup(new_dpy); in GTrace_drawTransValue()
1359 if (V->v_dpyHexValue) ob_free(V->v_dpyHexValue); in delete_GTrace()
1392 V->v_dpyHexValue = 0; in new_Value()
H A Dscope.h58 char *v_dpyHexValue; /* Currently displayed hex value */ member