Lines Matching defs:tidx
654 unsigned short tidx;
660 if ((tidx = findtype(cp, tlen, h)) != 0) {
662 return tidx;
668 tidx = storetyp(tp, cp, tlen, h);
741 return tidx;
946 static unsigned int tidx = 1; /* 0 is reserved */
950 if (tidx >= USHRT_MAX)
953 if (tidx == tlstlen - 1) {
959 tlst[tidx] = tp;
968 thte->th_idx = (unsigned short)tidx;
972 return (unsigned short)tidx++;