Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c643 pid_t *pgids; in pnohup() local
664 pgids = calloc(argc, sizeof (pid_t)); in pnohup()
665 pgids[0] = getpid(); in pnohup()
698 if (pgids[j] == pgid) in pnohup()
705 pgids[npgids++] = pgid; in pnohup()