Lines Matching defs:th
1029 wchar_t *tp, *th;
1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize);
1054 tp = th;
1070 th = (wchar_t *)Xrealloc(th,
1072 tp = th + tbufsize - nc;
1080 *bufhead = th;
1081 return ((size_t)(tp - th));
1085 th = (wchar_t *)Xrealloc(th,
1087 tp = th + tbufsize;
1109 th = (wchar_t *)Xrealloc(th,
1111 tp = th + tbufsize - nc;
1117 *bufhead = th;
1118 return ((size_t)(tp - th));