Lines Matching refs:tsentry
1285 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; in topipstates() local
1336 tsentry = -1; in topipstates()
1394 tsentry++; in topipstates()
1395 if (!maxtsentries || tsentry == maxtsentries) { in topipstates()
1414 tp = tstable + tsentry; in topipstates()
1439 if (tsentry != -1) { in topipstates()
1443 qsort(tstable, tsentry + 1, in topipstates()
1447 qsort(tstable, tsentry + 1, in topipstates()
1451 qsort(tstable, tsentry + 1, in topipstates()
1455 qsort(tstable, tsentry + 1, in topipstates()
1459 qsort(tstable, tsentry + 1, in topipstates()
1463 qsort(tstable, tsentry +1, in topipstates()
1467 qsort(tstable, tsentry + 1, in topipstates()
1471 qsort(tstable, tsentry + 1, in topipstates()
1601 tp += tsentry; in topipstates()
1603 if (tsentry > maxy - 6) in topipstates()
1604 tsentry = maxy - 6; in topipstates()
1605 for (i = 0; i <= tsentry; i++) { in topipstates()