Searched refs:tsentry (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 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() [all …]
|