Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.c169 struct { int traversed; int initial; } pid_count; in main() local
532 pid_count.initial = pidlist.count; in main()
544 pid_count.traversed = pidlist.count; in main()
547 if (elem >= pid_count.initial && elem < pid_count.traversed) in main()