Lines Matching refs:tsize
53 int tsize = -1; /* highest index of used slot in tbuf table */
231 for (tp = tbuf; tp <= &tbuf[tsize]; tp++)
295 for (i = 0; i <= tsize; i++)
298 if (++tsize >= a_tsize) {
307 CPYN(tbuf[tsize].tline, wb.ut_line);
308 tbuf[tsize].tdev = lintodev(wb.ut_line);
309 return (tsize);
318 for (tp = tbuf; tp <= &tbuf[tsize]; tp++)
424 qsort((char *)tbuf, tsize + 1, sizeof (tbuf[0]),
426 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) {