last_pid 87 usr/bin/ps/ps.c pid_t last_pid = -2;
last_pid 140 usr/bin/ps/ps.c if (!(ps_flag & PSFX) && (pi.pid == last_pid))
last_pid 148 usr/bin/ps/ps.c last_pid = pi.pid;
last_pid 54 usr/server/proc/proc_fork.c static pid_t last_pid = 1;
last_pid 65 usr/server/proc/proc_fork.c pid = last_pid + 1;
last_pid 68 usr/server/proc/proc_fork.c while (pid != last_pid) {
last_pid 74 usr/server/proc/proc_fork.c if (pid == last_pid)
last_pid 76 usr/server/proc/proc_fork.c last_pid = pid;