Home
last modified time | relevance | path

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

/freebsd-14.2/bin/ps/
H A Dps.c192 struct { int traversed; int initial; } pid_count; in main() local
556 pid_count.initial = pidlist.count; in main()
568 pid_count.traversed = pidlist.count; in main()
571 if (elem >= pid_count.initial && elem < pid_count.traversed) in main()