Searched refs:next_i (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dproc.c135 int cnt, i, next_i, last_nswobj; local
138 next_i = nswobj = 0;
145 for (i = next_i; i < cnt; i++) {
154 next_i = i + 1;

Completed in 70 milliseconds