Lines Matching refs:tsentry
1283 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; in topipstates() local
1334 tsentry = -1; in topipstates()
1392 tsentry++; in topipstates()
1393 if (!maxtsentries || tsentry == maxtsentries) { in topipstates()
1412 tp = tstable + tsentry; in topipstates()
1437 if (tsentry != -1) { in topipstates()
1441 qsort(tstable, tsentry + 1, in topipstates()
1445 qsort(tstable, tsentry + 1, in topipstates()
1449 qsort(tstable, tsentry + 1, in topipstates()
1453 qsort(tstable, tsentry + 1, in topipstates()
1457 qsort(tstable, tsentry + 1, in topipstates()
1461 qsort(tstable, tsentry +1, in topipstates()
1465 qsort(tstable, tsentry + 1, in topipstates()
1469 qsort(tstable, tsentry + 1, in topipstates()
1599 tp += tsentry; in topipstates()
1601 if (tsentry > maxy - 6) in topipstates()
1602 tsentry = maxy - 6; in topipstates()
1603 for (i = 0; i <= tsentry; i++) { in topipstates()