Home
last modified time | relevance | path

Searched refs:pid_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/ps/
H A Dps.c186 struct { int traversed; int initial; } pid_count; in main() local
594 pid_count.initial = pidlist.count; in main()
606 pid_count.traversed = pidlist.count; in main()
609 if (elem >= pid_count.initial && elem < pid_count.traversed) in main()