Lines Matching refs:TC
52 static XETC TC;
63 register XETC *tc = &TC;
67 /* If this is the first time here, then initialize the default TC */
71 /* The first Trap Context is the Template (default) TC */
84 { /* No memory to build TC, XtMalloc has already reported the error */
88 /* Use the original TC as the template to start from */
89 (void)memcpy(tc,&TC,sizeof(TC));
110 { /* No memory to build TC, XtMalloc has already reported the error */
111 (void)XtFree((XtPointer)tc); /* free the allocated TC */
133 /* TC to contain *oldest* release/version/revision */
163 (void)XtFree((XtPointer)tc); /* free the allocated TC */
304 register XETC *list = &TC;