Lines Matching refs:tsentry
1279 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; in topipstates() local
1330 tsentry = -1; in topipstates()
1388 tsentry++; in topipstates()
1389 if (!maxtsentries || tsentry == maxtsentries) { in topipstates()
1408 tp = tstable + tsentry; in topipstates()
1433 if (tsentry != -1) { in topipstates()
1437 qsort(tstable, 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()
1595 tp += tsentry; in topipstates()
1597 if (tsentry > maxy - 6) in topipstates()
1598 tsentry = maxy - 6; in topipstates()
1599 for (i = 0; i <= tsentry; i++) { in topipstates()